-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
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.