Details
-
Improvement
-
Resolution: Fixed
-
Major
-
7.6.0
-
0
Description
In testing I see these counters from ns_cluster:counters(). Note 'failover' and 'failover_complete' are 3 and 'failover_start' and 'failover_success' are 2. What's the difference in these? These should be reconciled and while we're in there cm_failover_total stats should be added (see MB-61712).
[{failover_success,2},
|
{failover,3},
|
{failover_complete,3},
|
{failover_start,2},
|
{rebalance_success,6},
|
{rebalance_start,11},
|
{graceful_failover_success,1},
|
{graceful_failover_start,2},
|
{graceful_failover_stop,1},
|
{rebalance_fail,3},
|
{rebalance_stop,2}]
|