readConcern not passed from DBCollection.count() shell helper to runCommand()

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 3.2.0-rc3
    • Affects Version/s: None
    • Component/s: JavaScript
    • None
    • Fully Compatible
    • ALL
    • Build A (10/09/15), Build B (10/30/15), Build C (11/20/15)
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Count issued in shell

      assert.eq(10, t.count({_id:{$exists:true}},{readConcern:{level:"majority"}}));
      

      Object passed to runCommand:

      {
          "count" : "readMajority",
          "query" : { 
              "_id" : { 
                  "$exists" : true
              }   
          },  
          "fields" : { 
              
          }   
      }
      

            Assignee:
            Jonathan Reams
            Reporter:
            Michael Grundy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: