Skip to content

Commit 24fc815

Browse files
jason-price-mongodbjason-price-mongodb
authored andcommitted
DOCSP-27813 chunk migration concurrency limitation (#2509) (#2512)
* DOCSP-27813-chunkMigrationConcurrency-limitation * DOCSP-27813-chunkMigrationConcurrency-limitation * DOCSP-27813-chunkMigrationConcurrency-limitation * DOCSP-27813-chunkMigrationConcurrency-limitation --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent e8abb8b commit 24fc815

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/reference/parameters.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3035,6 +3035,12 @@ Sharding Parameters
30353035
Maximum value is 500. You should typically use fewer than 32 threads
30363036
unless you are using NVMe (Non-Volatile Memory Express) disks.
30373037

3038+
If ``chunkMigrationConcurrency`` is greater than ``1``, the
3039+
``_secondaryThrottle`` configuration setting is ignored. The
3040+
``_secondaryThrottle`` setting determines when the chunk migration
3041+
proceeds with the next document in the chunk. For details, see
3042+
:ref:`chunk-migration-replication`.
3043+
30383044
The following example sets ``chunkMigrationConcurrency`` to ``5``:
30393045

30403046
.. code-block:: bash

0 commit comments

Comments
 (0)