|
The sh.getBalancerLockDetails method is removed from the 3.6 shell, yet the documentation still mentions it. The doc page https://docs.mongodb.com/manual/reference/method/sh.getBalancerLockDetails/ for 3.6 should be removed, I guess.
MongoDB shell version v3.6.0
|
connecting to: mongodb://mongodb-local.computer:27017/
|
MongoDB server version: 3.6.0
|
MongoDB Enterprise mongos> sh.getBalancerLockDetails
|
MongoDB Enterprise mongos> sh.getBalancerLockDetails()
|
2017-12-15T09:11:40.331-0600 E QUERY [thread1] TypeError: sh.getBalancerLockDetails is not a function :
|
@(shell):1:1
|
MongoDB Enterprise mongos>
|
|