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

Reimplement operation pipelining applier work before updating-position/reporting

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      None
    • Replication
    • Repl C (11/20/15)

      Currently the applier must (sequentially) do the following in a loop:

      1. batch oplog entries
      2. apply and record in local oplog
      3. journal, including minvalid
      4. report/update-position

      The task here is to break the last two steps (journal + reporting) into a separate process which doesn't block the next batch from starting/applying. This should allow higher throughput on the replicas without adversely affecting latency.

            Assignee:
            backlog-server-repl [DO NOT USE] Backlog - Replication Team
            Reporter:
            scotthernandez Scott Hernandez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: