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

Cleanup writes to appliedThrough that changed as part of Lock Free Reads

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Replication

      Lock-Free Reads and SERVER-53436 changed writes to appliedThrough that used to be with a Timestamp on lastApplied.

      These writes are protected with the RSTL in X mode to ensure there are no readers. But with lock free reads that does no longer prevent readers from starting.

      Doing this change was safe because without EMRC=false we don't need this document for recovery and a clean shutdown would be required for a downgrade.

      However we should be able to clean up this more when the code for RMRC=false is removed.

            Assignee:
            backlog-server-repl [DO NOT USE] Backlog - Replication Team
            Reporter:
            henrik.edin@mongodb.com Henrik Edin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: