File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ The ``options`` argument supports the following options:
124124 ...
125125 ]
126126
127+ .. _resharding-process-details:
127128
128129Resharding Process
129130------------------
Original file line number Diff line number Diff 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+
131139Shell Changes
132140-------------
133141
You can’t perform that action at this time.
0 commit comments