@@ -4767,27 +4767,27 @@ shardingStatistics
4767
4767
4768
4768
.. serverstatus:: shardingStatistics.countDonorMoveChunkStarted
4769
4769
4770
- The total number of times that the :dbcommand:`moveChunk` command
4771
- or :dbcommand:`moveRange` have started on the shard, of which this
4772
- node is a member, as part of a :ref:`range migration process
4773
- <range-migration-procedure>`. This increasing number does not
4770
+ The total number of times that MongoDB starts the
4771
+ :dbcommand:`moveChunk` command or :dbcommand:`moveRange` command on
4772
+ the primary node of the shard as part of the :ref:`range migration
4773
+ procedure <range-migration-procedure>`. This increasing number does not
4774
4774
consider whether the chunk migrations succeed or not.
4775
4775
4776
4776
*Only present when run on a shard.*
4777
4777
4778
4778
.. serverstatus:: shardingStatistics.countDonorMoveChunkCommitted
4779
4779
4780
- Total number of chunk migrations committed on the shard, of which
4781
- the current node is a member .
4780
+ The total number of chunk migrations that MongoDB commits on the
4781
+ primary node of the shard .
4782
4782
4783
4783
.. include:: /includes/chunk-migrations.rst
4784
4784
4785
4785
.. include:: /includes/chunk-migrations-version-list.rst
4786
4786
4787
4787
.. serverstatus:: shardingStatistics.countDonorMoveChunkAborted
4788
4788
4789
- Total number of chunk migrations aborted on the shard, of which the
4790
- current node is a member.
4789
+ The total number of chunk migrations that MongoDB aborts on the
4790
+ primary node of the shard.
4791
4791
4792
4792
.. include:: /includes/chunk-migrations.rst
4793
4793
@@ -4807,32 +4807,30 @@ shardingStatistics
4807
4807
4808
4808
.. serverstatus:: shardingStatistics.totalDonorChunkCloneTimeMillis
4809
4809
4810
- The cumulative time, in milliseconds, taken by the :ref:`clone phase
4811
- of the range migrations <range-migration-procedure>` from this
4812
- shard, of which this node is a member. Specifically, for each
4813
- migration from this shard, the tracked time starts with the
4814
- :dbcommand:`moveRange` and :dbcommand:`moveChunk` commands and ends
4815
- before the destination shard enters a ``catchup`` phase to apply
4816
- changes that occurred during the :ref:`range migrations
4817
- <range-migration-procedure>`.
4810
+ The cumulative time, in milliseconds, that the :ref:`clone phase of
4811
+ the range migration procedure <range-migration-procedure>` takes on
4812
+ the primary node of the shard. Specifically, for each migration on
4813
+ this shard, the tracked time starts with the :dbcommand:`moveRange`
4814
+ and :dbcommand:`moveChunk` commands and ends before the destination
4815
+ shard enters a ``catchup`` phase to apply changes that occurred
4816
+ during the :ref:`range migration procedure <range-migration-procedure>`.
4818
4817
4819
4818
*Only present when run on a shard.*
4820
4819
4821
4820
.. serverstatus:: shardingStatistics.totalCriticalSectionCommitTimeMillis
4822
4821
4823
- The cumulative time, in milliseconds, taken by the :ref:`update
4824
- metadata phase of the range migrations <range-migration-procedure>`
4825
- from this shard, of which this node is a member . During the update
4826
- metadata phase, all operations on the collection are blocked .
4822
+ The cumulative time, in milliseconds, that the :ref:`update metadata
4823
+ phase of the range migrations procedure <range-migration-procedure>`
4824
+ takes on the primary node of the shard . During the update metadata
4825
+ phase, MongoDB blocks all operations on the collection.
4827
4826
4828
4827
*Only present when run on a shard.*
4829
4828
4830
4829
.. serverstatus:: shardingStatistics.totalCriticalSectionTimeMillis
4831
4830
4832
- The cumulative time, in milliseconds, taken by the :ref:`catch-up
4833
- phase and the update metadata phase of the range migrations
4834
- <range-migration-procedure>` from this shard, of which this node is
4835
- a member.
4831
+ The cumulative time, in milliseconds, that the :ref:`catch-up
4832
+ phase and the update metadata phase of the range migration procedure
4833
+ <range-migration-procedure>` takes on the primary node of the shard.
4836
4834
4837
4835
To calculate the duration of the catch-up phase, subtract
4838
4836
:serverstatus:`~shardingStatistics.totalCriticalSectionCommitTimeMillis` from
@@ -4846,20 +4844,18 @@ shardingStatistics
4846
4844
4847
4845
.. serverstatus:: shardingStatistics.countDocsClonedOnRecipient
4848
4846
4849
- Cumulative, always-increasing count of documents that have been
4850
- cloned on this member where it acted as the primary of the recipient
4851
- shard.
4847
+ The cumulative, always-increasing count of documents that MongoDB
4848
+ clones on the primary node of the recipient shard.
4852
4849
4853
4850
*Only present when run on a shard.*
4854
4851
4855
4852
.. versionadded:: 4.2
4856
4853
4857
4854
.. serverstatus:: shardingStatistics.countBytesClonedOnRecipient
4858
4855
4859
- Cumulative number of bytes cloned on the current member node during a
4860
- :ref:`range migration procedure <range-migration-procedure>`, where
4861
- the current member node acted as the primary node for the recipient
4862
- shard.
4856
+ The cumulative number of bytes that MongoDB clones on the primary
4857
+ node of the recipient shard during the :ref:`range migration procedure
4858
+ <range-migration-procedure>`.
4863
4859
4864
4860
.. include:: /includes/chunk-migrations-data-copy.rst
4865
4861
@@ -4869,10 +4865,9 @@ shardingStatistics
4869
4865
4870
4866
.. serverstatus:: shardingStatistics.countDocsClonedOnCatchUpOnRecipient
4871
4867
4872
- Cumulative number of documents cloned on the current member node
4873
- during the catch-up phase of a :ref:`range migration procedure
4874
- <range-migration-procedure>`, where the current member node acted as
4875
- the primary node for the recipient shard.
4868
+ The cumulative number of documents that MongoDB clones on the primary
4869
+ node of the recipient shard during the catch-up phase of the
4870
+ :ref:`range migration procedure <range-migration-procedure>`.
4876
4871
4877
4872
.. include:: /includes/chunk-migrations-data-copy.rst
4878
4873
@@ -4882,10 +4877,9 @@ shardingStatistics
4882
4877
4883
4878
.. serverstatus:: shardingStatistics.countBytesClonedOnCatchUpOnRecipient
4884
4879
4885
- Cumulative number of bytes cloned on the current member node during
4886
- the catch-up phase of a :ref:`range migration procedure
4887
- <range-migration-procedure>`, where the current member node acted as
4888
- the primary node for the recipient shard.
4880
+ The cumulative number of bytes that MongoDB clones on the primary
4881
+ node of the recipient shard during the catch-up phase of the
4882
+ :ref:`range migration procedure <range-migration-procedure>`.
4889
4883
4890
4884
.. include:: /includes/chunk-migrations-data-copy.rst
4891
4885
@@ -4895,9 +4889,8 @@ shardingStatistics
4895
4889
4896
4890
.. serverstatus:: shardingStatistics.countDocsClonedOnDonor
4897
4891
4898
- Cumulative, always-increasing count of documents that haves been
4899
- cloned on this member where it acted as the primary of the donor
4900
- shard.
4892
+ The cumulative, always-increasing count of documents that MongoDB
4893
+ clones on the primary node of the donor shard.
4901
4894
4902
4895
*Only present when run on a shard.*
4903
4896
@@ -4915,9 +4908,9 @@ shardingStatistics
4915
4908
4916
4909
.. serverstatus:: shardingStatistics.countDocsDeletedByRangeDeleter
4917
4910
4918
- Cumulative , always-increasing count of documents that have been
4919
- deleted on this member during chunk migration where the member acted
4920
- as the primary of the donor shard.
4911
+ The cumulative , always-increasing count of documents that MongoDB
4912
+ deletes on the primary node of the donor shard during chunk
4913
+ migration.
4921
4914
4922
4915
*Only present when run on a shard.*
4923
4916
@@ -4927,9 +4920,9 @@ shardingStatistics
4927
4920
4928
4921
.. serverstatus:: shardingStatistics.countDonorMoveChunkLockTimeout
4929
4922
4930
- Cumulative , always-increasing count of chunk migrations that were
4931
- aborted due to lock acquisition timeouts, where the member acted as
4932
- the primary of the donor shard .
4923
+ The cumulative , always-increasing count of chunk migrations that MongoDB
4924
+ aborts on the primary node of the donor shard due to lock acquisition
4925
+ timeouts .
4933
4926
4934
4927
*Only present when run on a shard.*
4935
4928
@@ -5006,7 +4999,7 @@ shardingStatistics
5006
4999
5007
5000
The current total of the queued chunk range deletion tasks that are
5008
5001
ready to run or are running as part of the :ref:`range migration
5009
- process <range-migration-procedure>`.
5002
+ procedure <range-migration-procedure>`.
5010
5003
5011
5004
Inspect the documents in the :data:`config.rangeDeletions` collection
5012
5005
for information about the chunk ranges pending deletion from a shard
0 commit comments