-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding 2021-04-05
-
137
-
1
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.