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

Investigate temp collection behavior during tenant migrations

    • Fully Compatible
    • v5.0, v4.9
    • Repl 2021-04-19, Repl 2021-05-03, Repl 2021-05-17, Repl 2021-05-31

      When temp collections are cloned from the donor primary to the recipient primary, the idIndex versions seem to differ. Donor typically shows: "idIndex" : { "v" : 1, "key" :

      { "_id" : 1 }

      , "name" : "id" } }, while recipient shows: "idIndex" : { "v" : 2, "key" :

      { "_id" : 1 }

      , "name" : "id" } }. This causes the dbhash check done in the passthrough suite when a migration has committed to fail. 

            Assignee:
            wenbin.zhu@mongodb.com Wenbin Zhu
            Reporter:
            jason.zhang@mongodb.com Jason Zhang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: