翻译或纠错本页面
- Reference >
- Database Commands >
- 分片命令 >
- balancerStop
balancerStop¶
On this page
Definition¶
- balancerStop¶
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 balancerStop against the admin database.
The command takes the following form:
db.adminCommand( { balancerStop: 1, maxTimeMS: <number> } )
Field Type Description balancerStop any Any value. maxTimeMS 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.