Skip to content

Commit ad98630

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-15911-update-chunkMigrationConcurrency (must be removed from 5.0.16) (BACKPORT) (#2614)
* 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 * DOCS-15911-update-chunkMigrationConcurrency must be removed from 5.0.16 * DOCS-15911-update-chunkMigrationConcurrency must be removed from 5.0.16 * DOCS-15911-update-chunkMigrationConcurrency must be removed from 5.0.16 --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 9d9e076 commit ad98630

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed

source/reference/command/serverStatus.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4027,7 +4027,6 @@ shardingStatistics
40274027
"countDocsDeletedOnDonor" : NumberLong(<num>),
40284028
"countDonorMoveChunkLockTimeout" : NumberLong(<num>),
40294029
"unfinishedMigrationFromPreviousPrimary" : NumberLong(<num>),
4030-
"chunkMigrationConcurrency” : NumberLong(<num>),
40314030
"catalogCache" : {
40324031
"numDatabaseEntries" : NumberLong(<num>),
40334032
"numCollectionEntries" : NumberLong(<num>),
@@ -4251,16 +4250,6 @@ shardingStatistics
42514250

42524251
.. versionadded:: 4.4
42534252

4254-
.. serverstatus:: shardingStatistics.chunkMigrationConcurrency
4255-
4256-
The number of threads on the source shard and the receiving shard for
4257-
performing :ref:`chunk migration <migrate-chunks-sharded-cluster>`
4258-
operations.
4259-
4260-
*Only present when run on a shard.*
4261-
4262-
*Available starting in MongoDB 5.0.16*
4263-
42644253
.. serverstatus:: shardingStatistics.catalogCache
42654254

42664255
A document with statistics about the cluster's routing information cache.

source/reference/parameters.txt

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,46 +2712,6 @@ Sharding Parameters
27122712
``AsyncRequestsSenderUseBaton`` and always enables the performance
27132713
enhancement controlled by the parameter.
27142714

2715-
.. parameter:: chunkMigrationConcurrency
2716-
2717-
*Available starting in MongoDB 5.0.16*
2718-
2719-
*Type*: integer
2720-
2721-
*Default*: 1
2722-
2723-
|both|
2724-
2725-
Specifies an integer that sets the number of threads on the source
2726-
shard and the receiving shard for :ref:`chunk migration
2727-
<migrate-chunks-sharded-cluster>`.
2728-
2729-
Increasing the concurrency improves chunk migration performance, but
2730-
also increases the workload and disk IOPS usage on the the source
2731-
shard and the receiving shard.
2732-
2733-
Maximum value is 500. You should typically use fewer than 32 threads
2734-
unless you are using NVMe (Non-Volatile Memory Express) disks.
2735-
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-
2742-
The following example sets ``chunkMigrationConcurrency`` to ``5``:
2743-
2744-
.. code-block:: bash
2745-
2746-
mongod --setParameter chunkMigrationConcurrency=5
2747-
2748-
During runtime, you can also set the parameter with the
2749-
:dbcommand:`setParameter` command:
2750-
2751-
.. code-block:: javascript
2752-
2753-
db.adminCommand( { setParameter: 1, chunkMigrationConcurrency: 5 } )
2754-
27552715
.. parameter:: disableResumableRangeDeleter
27562716

27572717
.. versionadded:: 4.4

0 commit comments

Comments
 (0)