Skip to content

DOCS-14852 update remainingOperationTimeEstimate blurb #5998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/reference/command/currentOp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,8 @@ Output Fields
:ref:`resharding operation <sharding-resharding>`. The time is set to
-1 when a new resharding operation starts.

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

.. versionadded:: 5.0

Expand Down
1 change: 1 addition & 0 deletions source/reference/method/sh.reshardCollection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ The ``options`` argument supports the following options:
...
]

.. _resharding-process-details:

Resharding Process
------------------
Expand Down
8 changes: 8 additions & 0 deletions source/release-notes/5.0-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ output the ``cache pressure percentage threshold`` and the
``current cache pressure percentage`` under
``wiredTiger.snapshot-window-settings``.

``currentOp`` Output Change
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Starting in MongoDB 5.0, the
:data:`$currentOp.remainingOperationTimeEstimated` metric is only
present on the :ref:`recipient shard <resharding-process-details>`
when a :ref:`resharding operation <sharding-resharding>` is taking place.

Shell Changes
-------------

Expand Down