From 450782a54c8f45a0405e72dd77489e8bc3d84136 Mon Sep 17 00:00:00 2001 From: ian fogelman Date: Thu, 7 Oct 2021 09:58:11 -0400 Subject: [PATCH] DOCS-14852 update remainingOperationTimeEstimate blurb --- source/reference/command/currentOp.txt | 3 ++- source/reference/method/sh.reshardCollection.txt | 1 + source/release-notes/5.0-compatibility.txt | 8 ++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/source/reference/command/currentOp.txt b/source/reference/command/currentOp.txt index fd506c4843e..06e8bdf0f4b 100644 --- a/source/reference/command/currentOp.txt +++ b/source/reference/command/currentOp.txt @@ -1121,7 +1121,8 @@ Output Fields :ref:`resharding operation `. 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 ` + when a resharding operation is taking place. .. versionadded:: 5.0 diff --git a/source/reference/method/sh.reshardCollection.txt b/source/reference/method/sh.reshardCollection.txt index b5c2174cc86..416dbe29ce2 100644 --- a/source/reference/method/sh.reshardCollection.txt +++ b/source/reference/method/sh.reshardCollection.txt @@ -124,6 +124,7 @@ The ``options`` argument supports the following options: ... ] +.. _resharding-process-details: Resharding Process ------------------ diff --git a/source/release-notes/5.0-compatibility.txt b/source/release-notes/5.0-compatibility.txt index 58f650a47d0..80d006527a0 100644 --- a/source/release-notes/5.0-compatibility.txt +++ b/source/release-notes/5.0-compatibility.txt @@ -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 ` +when a :ref:`resharding operation ` is taking place. + Shell Changes -------------