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

Enable snapshot readConcern on mongos without atClusterTime

    • Fully Compatible
    • Sharding 2018-07-16
    • 18

      To enable running tests in the core transactions suite that use snapshot readConcern against unsharded collections on a single shard, mongos needs to allow snapshot readConcern for more commands than it currently does. These commands do not need atClusterTime, since snapshot readConcern will currently only be used against a single shard and will not need to establish a global timestamp.

      The commands are:

      • aggregate
      • distinct
      • find
      • findAndModify
      • insert
      • update
      • delete

            Assignee:
            jack.mulrow@mongodb.com Jack Mulrow
            Reporter:
            jack.mulrow@mongodb.com Jack Mulrow
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: