mirror of https://github.com/apache/lucene.git
SOLR-12986: HttpPartitionTest reliably failing seed
This commit is contained in:
parent
bd3ce916bd
commit
05167ed01d
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue