@@ -2593,23 +2593,23 @@ shardingStatistics
2593
2593
2594
2594
.. serverstatus:: shardingStatistics.countDonorMoveChunkStarted
2595
2595
2596
- The total number of times that the :dbcommand:`moveChunk` command
2597
- has started on the shard, of which this node is a member, as part of
2598
- a :ref:`chunk migration process <chunk-migration-procedure>`. This
2599
- increasing number does not consider whether the chunk migrations
2600
- succeed or not.
2596
+ The total number of times that MongoDB starts the
2597
+ :dbcommand:`moveChunk` command on the primary node of the shard as
2598
+ part of the :ref:`chunk migration process
2599
+ <chunk-migration-procedure>`. This increasing number does not
2600
+ consider whether the chunk migrations succeed or not.
2601
2601
2602
2602
*Only present when run on a shard.*
2603
2603
2604
2604
.. serverstatus:: shardingStatistics.totalDonorChunkCloneTimeMillis
2605
2605
2606
- The cumulative time, in milliseconds, taken by the :ref:`clone phase
2607
- of the chunk migrations <chunk-migration-procedure>` from this
2608
- shard, of which this node is a member . Specifically, for each
2609
- migration from this shard, the tracked time starts with the
2610
- :dbcommand:`moveChunk` command and ends before the destination shard
2611
- enters a catch-up phase to apply changes that occurred during the
2612
- :ref:`chunk migrations <chunk-migration-procedure>`.
2606
+ The cumulative time, in milliseconds, that the :ref:`clone phase of
2607
+ the chunk migrations <chunk-migration-procedure>` takes on the
2608
+ primary node of the shard . Specifically, for each migration on this
2609
+ shard, the tracked time starts with the :dbcommand:`moveChunk`
2610
+ command and ends before the destination shard enters a ``catchup``
2611
+ phase to apply changes that occurred during the :ref:`chunk
2612
+ migrations <chunk-migration-procedure>`.
2613
2613
2614
2614
*Only present when run on a shard.*
2615
2615
@@ -2624,10 +2624,9 @@ shardingStatistics
2624
2624
2625
2625
.. serverstatus:: shardingStatistics.totalCriticalSectionTimeMillis
2626
2626
2627
- The cumulative time, in milliseconds, taken by the :ref:`catch-up
2627
+ The cumulative time, in milliseconds, that the :ref:`catch-up
2628
2628
phase and the update metadata phase of the chunk migrations
2629
- <chunk-migration-procedure>` from this shard, of which this node is
2630
- a member.
2629
+ <chunk-migration-procedure>` takes on the primary node of the shard.
2631
2630
2632
2631
To calculate the duration of the catch-up phase, subtract
2633
2632
:serverstatus:`~shardingStatistics.totalCriticalSectionCommitTimeMillis` from
@@ -2641,19 +2640,17 @@ shardingStatistics
2641
2640
2642
2641
.. serverstatus:: shardingStatistics.countDocsClonedOnRecipient
2643
2642
2644
- Cumulative, always-increasing count of documents that have been
2645
- cloned on this member where it acted as the primary of the recipient
2646
- shard.
2643
+ The cumulative, always-increasing count of documents that MongoDB
2644
+ clones on the primary node of the recipient shard.
2647
2645
2648
2646
*Only present when run on a shard.*
2649
2647
2650
2648
.. versionadded:: 4.2
2651
2649
2652
2650
.. serverstatus:: shardingStatistics.countDocsClonedOnDonor
2653
2651
2654
- Cumulative, always-increasing count of documents that haves been
2655
- cloned on this member where it acted as the primary of the donor
2656
- shard.
2652
+ The cumulative, always-increasing count of documents that MongoDB
2653
+ clones on the primary node of the donor shard.
2657
2654
2658
2655
*Only present when run on a shard.*
2659
2656
@@ -2671,19 +2668,19 @@ shardingStatistics
2671
2668
2672
2669
.. serverstatus:: shardingStatistics.countDocsDeletedOnDonor
2673
2670
2674
- Cumulative , always-increasing count of documents that have been
2675
- deleted on this member during chunk migration where the member acted
2676
- as the primary of the donor shard.
2671
+ The cumulative , always-increasing count of documents that MongoDB
2672
+ deletes on the primary node of the donor shard during chunk
2673
+ migration.
2677
2674
2678
2675
*Only present when run on a shard.*
2679
2676
2680
2677
.. versionadded:: 4.2
2681
2678
2682
2679
.. serverstatus:: shardingStatistics.countDonorMoveChunkLockTimeout
2683
2680
2684
- Cumulative , always-increasing count of chunk migrations that were
2685
- aborted due to lock acquisition timeouts, where the member acted as
2686
- the primary of the donor shard .
2681
+ The cumulative , always-increasing count of chunk migrations that MongoDB
2682
+ aborts on the primary node of the donor shard due to lock acquisition
2683
+ timeouts .
2687
2684
2688
2685
*Only present when run on a shard.*
2689
2686
0 commit comments