Docs Menu
Docs Home
/
MongoDB Manual
/ / /

sh.waitForBalancerOff()

On this page

  • Definition
  • Compatibility
sh.waitForBalancerOff(timeout, interval)

Internal method that waits until the balancer is not running.

Parameter
Type
Description
timeout
integer
Milliseconds to wait.
interval
integer
Milliseconds to sleep.

Tip

See also:

  • sh.enableBalancing()

  • sh.disableBalancing()

  • sh.getBalancerState()

  • sh.isBalancerRunning()

  • sh.setBalancerState()

  • sh.startBalancer()

  • sh.stopBalancer()

  • sh.waitForBalancer()

This method is available in deployments hosted in the following environments:

Important

This command is not supported in MongoDB Atlas clusters. For information on Atlas support for all commands, see Unsupported Commands.

Back

sh.waitForBalancer