-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2019-12-02, Repl 2019-12-16
-
48
Investigate the performance of ReplSetTest.initiate to identify and remove any areas of wasted downtime. Wasted downtime would be any time spent not doing useful, required work. For example, waiting for data to propagate over the network or waiting for an arbitrary timeout to fire in the server e.g. a heartbeat interval or election timeout. In contrast, waiting for an initial stable checkpoint would not be wasted downtime.
- causes
-
SERVER-45765 Race in ReplSetTest.initiateWithAnyNodeAsPrimary
- Closed
- is related to
-
SERVER-45151 Skip call to awaitNodesAgreeOnAppliedOptime during initiate if high slave delay or in multiversion test
- Closed
-
SERVER-47691 ReplSetTest should be resilient to unmet external dependencies
- Closed
-
SERVER-43774 ShardingTest should initiate all of its ReplSetTest shard instances in parallel
- Closed