On this page
balancerStop
On this page
Definition
balancerStop-
New in version 3.4.
Disables the balancer in a sharded cluster. If a balancing round is in progress, the operation waits for balancing to complete before stopping the balancer.
You can only issue the
balancerStopagainst theadmindatabase on amongosinstance.The command takes the following form:
db.adminCommand( { balancerStop: 1, maxTimeMS: <number> } )Field Type Description balancerStopany Any value. maxTimeMSinteger Time limit for disabling the balancer.
Defaults to 60000 milliseconds.
Changed in version 3.4: If using the 3.4
mongoshell with earlier version sharded clusters, the parameter specifies the amount of milliseconds to wait for the balancing round to stop.