sh.isBalancerRunning()
On this page
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoDB server.
Definition
Output Document
The following is an example of a document returned by the command:
{ mode: 'full', inBalancerRound: false, numBalancerRounds: Long("1143"), ok: 1, '$clusterTime': { clusterTime: Timestamp({ t: 1639753724, i: 3 }), signature: { hash: Binary(Buffer.from("0000000000000000000000000000000000000000", "hex"), 0), keyId: Long("0") } }, operationTime: Timestamp({ t: 1639753724, i: 3 }) }
Field | Description |
---|---|
mode | String that specifies whether the balancer thread is running or stopped. Possible values are:
|
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. |
ok | |
$clusterTime | |
operationTime |