HBASE-14600 Make #testWalRollOnLowReplication looser still; ADDENDUM
This commit is contained in:
parent
658d25af25
commit
58e3e96dbd
|
@ -194,8 +194,10 @@ public class TestWALProcedureStoreOnHDFS {
|
|||
// We could get a sync failed here...if the test cluster is crawling such that DN recovery
|
||||
// is taking a long time. If we've done enough passes, just finish up the test as a 'pass'
|
||||
if (msg != null && msg.toLowerCase().contains("sync aborted") && i > 50) {
|
||||
LOG.info("Returning early... We ran enough of this test", re);
|
||||
return;
|
||||
}
|
||||
throw re;
|
||||
}
|
||||
waitForNumReplicas(3);
|
||||
Thread.sleep(100);
|
||||
|
|
Loading…
Reference in New Issue