Multi-document transactions should not perform timestamped read ahead of all-committed

XMLWordPrintableJSON

    • Fully Compatible
    • Repl 2019-01-28, Repl 2019-02-11, Repl 2019-02-25, Repl 2019-03-11
    • 10
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Multi-document transactions with read concern level local or majority perform a timestamped read at the lastApplied. Since the lastApplied is ahead of the all-committed, after the work to allow WT read at a timestamp without a snapshot, this could cause these transactions to read uncommitted storage transactions. It is essential that multi-document transactions with read concern level local read at lastApplied, so that w:1 writes are visible to these transactions. As a solution, multi-document transactions reading ahead of all-committed will not perform a timestamped read.

            Assignee:
            A. Jesse Jiryu Davis
            Reporter:
            Tess Avitabile (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: