翻译或纠错本页面

sh.stopBalancer()

On this page

Definition

sh.stopBalancer(timeout, interval)

在 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.

Parameter Type Description
timeout integer

Time limit for disabling the balancer.

Defaults to 60000 milliseconds.

在 3.4 版更改: If using the 3.4 mongo shell with earlier version sharded clusters, the parameter specifies the amount of milliseconds to wait for the balancing round to stop.

interval integer

The interval (in milliseconds) at which to check if the balancing round has stopped.

在 3.4 版更改: Only applicable when using version 3.4 mongo shell with earlier version sharded clusters.

The mongo shell method is a wrapper around the balancerStop command, introduced in 3.4.