-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Testing Infrastructure
-
None
-
Fully Compatible
-
Repl 2016-09-19
In order to support better testing we should add (startup and runtime) server parameter support for the retry values in the data replicator initial sync.
This will also allow us to test resync and replSetSyncFrom.
The parameters to add include things like retries for:
- sync source selection
- listDatabases
- listCollections
- listIndex
- find (for each collection)
Most of these options already have constants in the databases/database/collection cloners.
- is depended on by
-
SERVER-26062 Default to one initial sync attempt in replicaset tests and replication passthroughs
- Closed
- is related to
-
SERVER-26225 Initial sync retry parameters should be restricted to positive numbers
- Backlog
- related to
-
SERVER-25966 Add initial sync unittests for metadata retries
- Closed