File tree Expand file tree Collapse file tree 4 files changed +6
-33
lines changed Expand file tree Collapse file tree 4 files changed +6
-33
lines changed Original file line number Diff line number Diff line change @@ -1346,6 +1346,7 @@ raw: /master/release-notes/3.0-general-improvements -> ${base}/release-notes/3.0
1346
1346
[v3.6-*]: /${version}/reference/program/mongooplog -> ${base}/${version}/reference/program
1347
1347
[v3.6-*]: /${version}/core/document-validation -> ${base}/${version}/core/schema-validation
1348
1348
[*-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
1349
1350
1350
1351
[v3.6-*]: /${version}/core/data-modeling-json-schema -> ${base}/${version}/core/schema-validation
1351
1352
[v3.6-*]: /${version}/core/distributed-write-operations -> ${base}/${version}/core/distributed-queries
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ chunks of a sharded collection evenly among the shards for every
40
40
sharded collection. By default, the balancer process is always enabled.
41
41
42
42
.. versionchanged:: 3.4
43
-
44
- The balancer runs on the primary of the config server replica set.
45
43
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.
49
49
50
50
To address uneven chunk distribution for a sharded collection, the
51
51
balancer :doc:`migrates chunks </core/sharding-balancer-administration>` from
Original file line number Diff line number Diff line change 1
- name : " :method:`sh.getBalancerLockDetails()`"
2
- file : /reference/method/sh.getBalancerLockDetails
3
- description : " Reports on the balancer lock."
4
- ---
5
1
name : " :method:`sh.addShard()`"
6
2
file : /reference/method/sh.addShard
7
3
description : " Adds a :term:`shard` to a sharded cluster."
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments