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

Oplog truncation doesn't handle frequent restarts well

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • ALL

      The oplog truncation markers implementation uses an eventually correct algorithm that assumes the server is alive long enough and receiving enough writes for the oplog to fully roll over, at which point all truncations can accurately update size and count information.

      If the server is restarted frequently, like what happens in auto-scaling, the server can get stuck in a place where it is not alive long enough to accurately account for size and count changes. This can have the effect of making truncations ineffective and not delete enough data over time.

            Assignee:
            Unassigned Unassigned
            Reporter:
            louis.williams@mongodb.com Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: