File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4027,6 +4027,7 @@ shardingStatistics
4027
4027
"countDocsDeletedOnDonor" : NumberLong(<num>),
4028
4028
"countDonorMoveChunkLockTimeout" : NumberLong(<num>),
4029
4029
"unfinishedMigrationFromPreviousPrimary" : NumberLong(<num>),
4030
+ "chunkMigrationConcurrency” : NumberLong(<num>),
4030
4031
"catalogCache" : {
4031
4032
"numDatabaseEntries" : NumberLong(<num>),
4032
4033
"numCollectionEntries" : NumberLong(<num>),
@@ -4250,6 +4251,16 @@ shardingStatistics
4250
4251
4251
4252
.. versionadded:: 4.4
4252
4253
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
+
4253
4264
.. serverstatus:: shardingStatistics.catalogCache
4254
4265
4255
4266
A document with statistics about the cluster's routing information cache.
You can’t perform that action at this time.
0 commit comments