Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
e.g., /* apply relevant portion of the oplog
*/
{
isyncassert( "initial sync source must remain readable throughout our initial sync [2]", source->state().readable() );
if( ! initialSyncOplogApplication(source, /applyGTE/startingTS, /minValid/mvoptime) ) { // note we assume here that this call does not throw
There are a couple of places in initialSyncOplogApplication that this could be improved, too.