Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
-
Sharding 2021-04-05
-
137
-
1
Description
Right now, waitForMinimumOperationDuration() does not log if the
(elapsed >= minDuration)
|
On a slow machine, it is likely this would be true, and this causes a failure in resharding_metrics_duration.js.
We should change waitForMinimumOperationDuration to always log.