Skip to content

Commit d245a12

Browse files
committed
DOCS-14852 update remainingOperationTimeEstimate blurb
1 parent aa85c58 commit d245a12

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

source/reference/command/currentOp.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,8 @@ Output Fields
11211121
:ref:`resharding operation <sharding-resharding>`. The time is set to
11221122
-1 when a new resharding operation starts.
11231123

1124-
Only present when a resharding operation is taking place.
1124+
Only present on a :ref:`recipient shard <resharding-process-details>`
1125+
when a resharding operation is taking place.
11251126

11261127
.. versionadded:: 5.0
11271128

source/reference/method/sh.reshardCollection.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ The ``options`` argument supports the following options:
124124
...
125125
]
126126

127+
.. _resharding-process-details:
127128

128129
Resharding Process
129130
------------------

source/release-notes/5.0.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,14 @@ uneven data distribution. Starting in MongoDB 5.0, you can use the
538538
<change-a-shard-key>` for a collection to change the distribution of
539539
your data across your cluster.
540540

541+
``currentOp`` Output Change
542+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
543+
544+
Starting in MongoDB 5.0, the
545+
:data:`$currentOp.remainingOperationTimeEstimated` metric is only
546+
present on the :ref:`recipient shard <resharding-process-details>`
547+
when a :ref:`resharding operation <sharding-resharding>` is taking place.
548+
541549
``currentOp`` Reports Ongoing Resharding Operations
542550
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
543551

0 commit comments

Comments
 (0)