summaryrefslogtreecommitdiff
path: root/jstests/sharding/resharding_metrics.js
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2021-06-17 11:03:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-17 11:27:24 +0000
commit817ffc748a45197542553b18549a35b4c2e9a2f2 (patch)
tree060764db7d5423bf294300b66369ec98e998304b /jstests/sharding/resharding_metrics.js
parentbf7e84984e992b7c994ba090d89fcd528973ff60 (diff)
downloadmongo-817ffc748a45197542553b18549a35b4c2e9a2f2.tar.gz
Revert "SERVER-57217 Don't report remainingOperationTimeEstimatedSecs in currentOp metrics for resharding for donors and coordinators"
This reverts commit e8f96019646425bc352f09b62d8e86b0e41f5d5b.
Diffstat (limited to 'jstests/sharding/resharding_metrics.js')
-rw-r--r--jstests/sharding/resharding_metrics.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/resharding_metrics.js b/jstests/sharding/resharding_metrics.js
index e141e68df10..f051634ef7c 100644
--- a/jstests/sharding/resharding_metrics.js
+++ b/jstests/sharding/resharding_metrics.js
@@ -101,6 +101,7 @@ function verifyCurrentOpOutput(reshardingTest, inputCollection) {
"ns": kNamespace,
"originatingCommand": undefined,
"totalOperationTimeElapsedSecs": undefined,
+ "remainingOperationTimeEstimatedSecs": undefined,
"countWritesDuringCriticalSection": 0,
"totalCriticalSectionTimeElapsedSecs": undefined,
"donorState": undefined,
@@ -135,6 +136,7 @@ function verifyCurrentOpOutput(reshardingTest, inputCollection) {
"ns": kNamespace,
"originatingCommand": undefined,
"totalOperationTimeElapsedSecs": undefined,
+ "remainingOperationTimeEstimatedSecs": undefined,
"coordinatorState": undefined,
"opStatus": "running",
});