data inconsistent

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Critical - P2
    • None
    • Affects Version/s: 3.2.20
    • Component/s: Storage
    • None
    • ALL
    • Hide

      know no way to reproduce

      Show
      know no way to reproduce
    • None
    • 0
    • None
    • None
    • None
    • None
    • None
    • None

      data can be found by some query on primary:

      shard01:PRIMARY> db.XXXXXXXXXX.find({"task_ids" : [ NumberLong("6566381934111359492") ]})

      { "_id" : ObjectId("5b20be13e1803d1f2529dbe0"), "count" : 1, "task_ids" : [ NumberLong("6566381934111359492") ],....}

       

      but cannot found by _id:

      shard01:PRIMARY> db.XXXXXXXXXX.find({"_id":ObjectId("5b20be13e1803d1f2529dbe0")}).count()
      0

      the other secondaries are ok.

       

            Assignee:
            Kelsey Schubert
            Reporter:
            Jack Chan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: