-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
ALL
-
Sharding 2020-06-15, Sharding 2020-06-29
-
0
tsan is a data race detection tool that detects write/read races. When running db_s_collection_sharding_runtime_test binary, the ReplicationCoordinatorMock class reads and writes _myLastAppliedOpTime and _myLastAppliedWallTime without any synchronization mechanism, which causes this race.
- is depended on by
-
SERVER-48734 Fix db_repl_test in TSAN
- Closed