Skip to content

Commit 7c9c6c8

Browse files
committed
DOCS-11135: remove sh.getBalancerLockDetails
1 parent 39cf581 commit 7c9c6c8

File tree

4 files changed

+6
-33
lines changed

4 files changed

+6
-33
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@ raw: /master/release-notes/3.0-general-improvements -> ${base}/release-notes/3.0
13461346
[v3.6-*]: /${version}/reference/program/mongooplog -> ${base}/${version}/reference/program
13471347
[v3.6-*]: /${version}/core/document-validation -> ${base}/${version}/core/schema-validation
13481348
[*-v3.4]: /${version}/core/schema-validation -> ${base}/${version}/core/document-validation
1349+
[v3.6-*]: /${version}/reference/method/sh.getBalancerLockDetails -> ${base}/${version}/reference/method/js-sharding
13491350

13501351
[v3.6-*]: /${version}/core/data-modeling-json-schema -> ${base}/${version}/core/schema-validation
13511352
[v3.6-*]: /${version}/core/distributed-write-operations -> ${base}/${version}/core/distributed-queries

source/core/sharding-balancer-administration.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ chunks of a sharded collection evenly among the shards for every
4040
sharded collection. By default, the balancer process is always enabled.
4141

4242
.. versionchanged:: 3.4
43-
44-
The balancer runs on the primary of the config server replica set.
4543

46-
When a balancer process is active, config server acquires a "lock" by
47-
modifying a document in the ``lock`` collection in the
48-
:ref:`config-database`. This "balancer" lock is never released.
44+
The balancer runs on the primary of the config server replica set.
45+
When a balancer process is active, the primary of the config server
46+
replica set acquires a "balancer lock" by modifying a document in
47+
the ``lock`` collection in the :ref:`config-database`. This
48+
"balancer lock" is never released.
4949

5050
To address uneven chunk distribution for a sharded collection, the
5151
balancer :doc:`migrates chunks </core/sharding-balancer-administration>` from

source/includes/ref-toc-method-sh.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
name: ":method:`sh.getBalancerLockDetails()`"
2-
file: /reference/method/sh.getBalancerLockDetails
3-
description: "Reports on the balancer lock."
4-
---
51
name: ":method:`sh.addShard()`"
62
file: /reference/method/sh.addShard
73
description: "Adds a :term:`shard` to a sharded cluster."

source/reference/method/sh.getBalancerLockDetails.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)