SOLR-12986: HttpPartitionTest reliably failing seed

This commit is contained in:
Cao Manh Dat 2018-11-20 15:01:19 +00:00
parent bd3ce916bd
commit 05167ed01d
1 changed files with 2 additions and 2 deletions

View File

@ -606,11 +606,11 @@ public class RecoveryStrategy implements Runnable, Closeable {
cloudDebugLog(core, "synced");
log.info("Replaying updates buffered during PeerSync.");
replay(core);
replayFuture = replay(core);
// sync success
successfulRecovery = true;
return;
break;
}
log.info("PeerSync Recovery was not successful - trying replication.");