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

Preimage truncate marker refresh does not drop concurrently inserted docs

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • ALL
    • Execution Team 2024-05-27, Execution Team 2024-06-10, Execution Team 2024-07-22
    • 0

      The marker initialisation code creates and installs markers, and then refreshes the markers to account for concurrent inserts. This refresh samples the last RecordId, and updates the highest wall time and RecordId, but does so without modifying byte and record count (code ref).

      Partial marker expiration depends on either record count or byte count being greater than 0 (ref).
      This means that any entry accounted for in the refresh will not be dropped even if the wall time and RecordId are correct (in the absence of new inserts).

            Assignee:
            haley.connelly@mongodb.com Haley Connelly
            Reporter:
            yujin.kang@mongodb.com Yujin Kang Park
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: