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

batchSize:0 snapshot reads must allocate a WiredTiger transaction

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.4
    • Affects Version/s: None
    • Component/s: Storage
    • None
    • Fully Compatible
    • Storage NYC 2018-03-26, Storage NYC 2018-03-12

      We currently open WiredTiger transactions in a lazy manner. As batchSize:0 reads do not need to access collection data, we do not start a WiredTiger transaction until the subsequent getMore.

      For readConcern level snapshot reads this is counter-intuitive and allows for reading of writes that occur in-between the find and getMore.

            Assignee:
            james.wahlin@mongodb.com James Wahlin
            Reporter:
            james.wahlin@mongodb.com James Wahlin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: