-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
ALL
-
Sharding 2020-08-24
-
0
In transaction_coordinator_test, a ClockSourceMock gets associated to a service context that is already used by the WaitForMajorityService.
As a result, it is potentially possible that a pointer to the original service context's ClockSource is used when waiting on an operation context instantiated before the ClockSourceMock.
Check BF-17382 for additional details.
- duplicates
-
SERVER-48654 TransactionCoordinatorMetricsTest should install mock tick source before starting WaitForMajorityService
- Closed