-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Replication
-
Repl 2019-10-21, Repl 2019-11-04, Repl 2019-11-18
Shutting down the oplog application threads is complex. Some threads check OpQueue::mustShutdown(), others check SyncTail::inShutdown(), and (according to a comment on OpQueue::mustShutdown) some respond to an empty document placed in the buffer. We will define a single way to tell oplog application threads to shut down. The exact design is TBD.
- depends on
-
SERVER-43001 Separate OplogApplier and OpQueueBatcher into layers
- Closed