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
1121
1121
:ref:`resharding operation <sharding-resharding>`. The time is set to
1122
1122
-1 when a new resharding operation starts.
1123
1123
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.
1125
1126
1126
1127
.. versionadded:: 5.0
1127
1128
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ The ``options`` argument supports the following options:
124
124
...
125
125
]
126
126
127
+ .. _resharding-process-details:
127
128
128
129
Resharding Process
129
130
------------------
Original file line number Diff line number Diff line change @@ -128,6 +128,14 @@ output the ``cache pressure percentage threshold`` and the
128
128
``current cache pressure percentage`` under
129
129
``wiredTiger.snapshot-window-settings``.
130
130
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
+
131
139
Shell Changes
132
140
-------------
133
141
You can’t perform that action at this time.
0 commit comments