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

validate() failure on compound index and $maxkey on mmapv1

    • Fully Compatible
    • ALL
    • Hide
      db.validatefail.insert({a:MaxKey, b:MaxKey})
      db.validatefail.createIndex({a:1, b:1})
      db.validatefail.validate(true)
      
      Show
      db.validatefail.insert({a:MaxKey, b:MaxKey}) db.validatefail.createIndex({a:1, b:1}) db.validatefail.validate( true )
    • TIG 13 (04/22/16), TIG 14 (05/13/16)
    • 0

      validate() will fail to find a document containing $maxkey in a compound index on mmapv1. This problem does not show up on WT

      Not sure if it an issue with validate() or mmapv1 at the moment.

            Assignee:
            robert.guo@mongodb.com Robert Guo (Inactive)
            Reporter:
            robert.guo@mongodb.com Robert Guo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: