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

Make initial sync index builds non-restartable

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
    • Replication
    • Fully Compatible

      Currently if we crash in the middle of initial sync, any in-progress index builds will be fully rebuilt before the node starts accepting incoming connections. This is wasted work and keeps the system offline longer, as the moment the node fully finishes startup, it's going to wind up restarting the initial sync and throwing out all data and indexes anyway.

      If we can't make them non-restartable, then change the startup code to ignore them during initial sync (since all dbs will be dropped later anyway).

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

              Created:
              Updated: