String that specifies whether the balancer thread is running or stopped. 指定平衡器线程是正在运行还是已停止的字符串。Possible values are:可能的值为:
"full"
Balancer thread is running but not necessarily in a balancing round.平衡线程正在运行,但不一定在平衡回合中。
"off"
Balancer thread is stopped. 平衡器线程已停止。Chunk balancing cannot occur in this mode.在此模式下无法进行区块平衡。
inBalancerRound
Boolean that specifies if the balancer is currently in a balancing round.布尔值,指定平衡器当前是否处于平衡轮。
numBalancerRounds
Number of balancer rounds which have occurred since the config servers were started. 自配置服务器启动以来发生的平衡器轮次数。This value is reset to 0 when the config servers are restarted.重新启动配置服务器时,此值将重置为0。