-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Testing Infrastructure
-
None
-
Fully Compatible
-
Repl 2019-11-18
SERVER-43875 wasn't caught by the initial sync fuzzer since it doesn't have "synchronization" points before and between the "start fetch" and "start apply" remote commands. We should add synchronization points there like we do explicitly during oplog application so the fuzzer runs commands in between those steps. I don't think this requires any fuzzer changes, but it will likely require changes to the initial sync test fixture test.
- is testing
-
SERVER-43875 Initial sync may crash due to missing oplog entries of running transactions
- Closed