-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2016-08-29, Repl 2016-09-19, Repl 2016-10-10, Repl 2016-11-21
-
0
Currently if mongod is shutdown during initialsync, it will wait for initial sync to terminate before finishing. Since the mongod is partially shutdown initial sync will fail and it will wait to fail 10 times before finally failing and shutting down. Rather, when the ReplicationCoordinatorImpl shuts down, it should shut down the data replicator which should tell initial sync to stop with a ShutdownInProgress status.
- depends on
-
SERVER-26999 race between DatabasesCloner::_succeed_inlock and DataReplicator::_doNextActions_InitialSync_inlock() could prevent initial sync from completing
- Closed
- is depended on by
-
SERVER-25068 Make small_oplog_rs_initsync passthrough test to run initial sync while the primary is operating on its data
- Closed
- is related to
-
SERVER-17081 Resync command under write load can fassert
- Closed
-
SERVER-23759 shutting down a node while replication is initializing can crash
- Closed
-
SERVER-26969 add data replicator test case for shutting down immediately after startup
- Closed
- related to
-
SERVER-27052 Add asynchronous operation support to DataReplicator
- Closed