Skip to content

Commit 9d9e076

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-27813 Update server parameter chunkMigrationConcurrency limitation (BACKPORT) (#2513)
* DOCSP-25925-migrationConcurrency (#2144) * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency * DOCSP-25925-migrationConcurrency Co-authored-by: jason-price-mongodb <[email protected]> * DOCSP-25925-migrationConcurrency * 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]> --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent e8f8ace commit 9d9e076

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

2736+
If ``chunkMigrationConcurrency`` is greater than ``1``, the
2737+
``_secondaryThrottle`` configuration setting is ignored. The
2738+
``_secondaryThrottle`` setting determines when the chunk migration
2739+
proceeds with the next document in the chunk. For details, see
2740+
:ref:`chunk-migration-replication`.
2741+
27362742
The following example sets ``chunkMigrationConcurrency`` to ``5``:
27372743

27382744
.. code-block:: bash

0 commit comments

Comments
 (0)