Skip to content

Commit 07ae38c

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-27813 chunk migration concurrency limitation (#2509)
* 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 ee04974 commit 07ae38c

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
@@ -3032,6 +3032,12 @@ Sharding Parameters
30323032
Maximum value is 500. You should typically use fewer than 32 threads
30333033
unless you are using NVMe (Non-Volatile Memory Express) disks.
30343034

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

30373043
.. code-block:: bash

0 commit comments

Comments
 (0)