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

mongo shell helper cursor.readConcern() only takes the level and not afterClusterTime

    • Type: Icon: Task Task
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Shell
    • Labels:
      None
    • Fully Compatible

      Should the 3.6 mongo shell helper be updated to take the afterClusterTime as well?

      MongoDB Enterprise > db.foo.find().readConcern
      function (level) {
          var readConcernObj = {level: level};
      
          return this._addSpecial("readConcern", readConcernObj);
      }
      

            Assignee:
            backlog-server-platform DO NOT USE - Backlog - Platform Team
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: