-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
The Replication Executor provides an event loop for executing callbacks within a single logical thread of control. It provides methods for scheduling delayed and immediate computation, scheduling network activity, and scheduling work to occur under the global exclusive lock. The initial implementation will use a thread pool for network operations, and expect the user to supply a single thread for executing its run loop.
- is depended on by
-
SERVER-17894 Add Collection Cloner to Data Replicator
- Closed
-
SERVER-14033 replication topology coordinator
- Closed
-
SERVER-17663 Add Fetcher to Data Replicator
- Closed