From 97f9755a60da5286a811150e63c1962ffc8ab1bf Mon Sep 17 00:00:00 2001 From: Kristina Date: Thu, 29 Sep 2011 16:39:11 -0400 Subject: [PATCH] allow initial sync source to change --- db/repl/rs_initialsync.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/db/repl/rs_initialsync.cpp b/db/repl/rs_initialsync.cpp index 3b60135eeee..837de06bf0d 100644 --- a/db/repl/rs_initialsync.cpp +++ b/db/repl/rs_initialsync.cpp @@ -210,8 +210,6 @@ namespace mongo { sethbmsg("initial sync query minValid",0); - isyncassert( "initial sync source must remain readable throughout our initial sync", source->state().readable() ); - /* our cloned copy will be strange until we apply oplog events that occurred through the process. we note that time point here. */ BSONObj minValid = r.getLastOp(rsoplog);