Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-14058

Implement replication executor.

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.7.2
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      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.

            Assignee:
            schwerin@mongodb.com Andy Schwerin
            Reporter:
            schwerin@mongodb.com Andy Schwerin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: