Skip to content

Commit ecd8316

Browse files
authored
DOCS-14852 update remainingOperationTimeEstimate blurb (#5998)
1 parent 48d724a commit ecd8316

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-compatibility.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ output the ``cache pressure percentage threshold`` and the
128128
``current cache pressure percentage`` under
129129
``wiredTiger.snapshot-window-settings``.
130130

131+
``currentOp`` Output Change
132+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
133+
134+
Starting in MongoDB 5.0, the
135+
:data:`$currentOp.remainingOperationTimeEstimated` metric is only
136+
present on the :ref:`recipient shard <resharding-process-details>`
137+
when a :ref:`resharding operation <sharding-resharding>` is taking place.
138+
131139
Shell Changes
132140
-------------
133141

0 commit comments

Comments
 (0)