HBASE-14600 Make #testWalRollOnLowReplication looser still; ADDENDUM
This commit is contained in:
parent
be04ede5b9
commit
bd78320caa
@ -193,8 +193,10 @@ public class TestWALProcedureStoreOnHDFS {
|
|||||||
// We could get a sync failed here...if the test cluster is crawling such that DN recovery
|
// 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'
|
// 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) {
|
if (msg != null && msg.toLowerCase().contains("sync aborted") && i > 50) {
|
||||||
|
LOG.info("Returning early... We ran enough of this test", re);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
throw re;
|
||||||
}
|
}
|
||||||
waitForNumReplicas(3);
|
waitForNumReplicas(3);
|
||||||
Thread.sleep(100);
|
Thread.sleep(100);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user