-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
v5.0
-
Sharding 2021-05-03, Sharding 2021-05-17, Sharding 2021-06-14, Sharding 2021-05-31
-
134
-
1
This ticket should investigate hitting the following invariant in unit-tests when accessing the current client in the CoordinatorCommitMonitor (see here) and provide a fix.
Client& cc() {
invariant(haveClient());
return *Client::getCurrent();
}
- has to be done after
-
SERVER-57378 Fix data-race in the resharding commit monitor unit-tests
- Closed
- is caused by
-
SERVER-53920 Periodically obtain remainingOperationTimeEstimatedMillis estimates from recipients for use by the ReshardingCoordinator
- Closed