-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
v4.4
-
Repl 2020-04-20
After SERVER-46085, when we restore from a snapshot we should remove the local.replset.initialSyncId collection as part of the restoration. This collection serves as an identifier to tell an initial syncing node that this node is safe to continue syncing from; that is not the case after a backup and restore of a node from snapshot.
(I believe this should touch the same files as SERVER-42200)