-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.0.13, 3.2.7, 3.4.0
-
Component/s: Replication
-
Fully Compatible
-
ALL
-
v3.4
-
Repl 2017-06-19, Repl 2017-07-10
During an initial sync it is not possible to connect and therefore, collect any monitoring data as per authentication issues. Please note that the initial sync for big volumes of data can take many days.
It seems like the initial sync process should sync the admin database first. The code change occurred as part of SERVER-17671 and is included in 3.0.2 and later.
However, at that code, the "fetching and creating collections" stage runs on a list where "admin" has been moved to the first element. But that database name gets inserted into a lexicographically sorted map, which is used to invoke the "initial sync cloning db" stage. "activities" sorts before "admin" so gets cloned first.
- is duplicated by
-
SERVER-5761 Replicate admin database first on initial sync from master
- Closed
- is related to
-
SERVER-23919 Database/Collection drop during initial sync can cause collmod to fail initial sync
- Closed
-
SERVER-31019 Changing fCV during initial sync leads to divergent data across replica set members
- Closed
-
SERVER-31102 Clone admin.system.version first in initial sync, fail sync if FCV changes
- Closed
- related to
-
SERVER-39453 Add initial sync support for simultaneous index builds
- Closed