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

Use causal consistency in change_streams_secondary_reads passthrough

    XMLWordPrintableJSON

Details

    • Query Execution
    • 3

    Description

      The test suite mostly gets away with not using causal consistency because most assertions are along the lines of

      assert.soon(() => changeStream.hasNext());
      

      which are pretty tolerant of visibility rules. However, we've seen a couple failures in this suite that would be addressed by using causal consistency, and it would make the suite more robust in the future, making it easier to add new tests to the jstests/change_streams directory.

      Attachments

        Issue Links

          Activity

            People

              backlog-query-execution Backlog - Query Execution
              charlie.swanson@mongodb.com Charlie Swanson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: