HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (ADDENDUM patch to fix flaky unit test)
This commit is contained in:
parent
ecde6a4c44
commit
11fccd94c0
|
@ -326,7 +326,7 @@ public class TestMetaTableLocator {
|
|||
|
||||
void doWaiting() throws InterruptedException {
|
||||
try {
|
||||
while (new MetaTableLocator().waitMetaRegionLocation(watcher, 100) == null);
|
||||
while (new MetaTableLocator().waitMetaRegionLocation(watcher, 10000) == null);
|
||||
} catch (NotAllMetaRegionsOnlineException e) {
|
||||
//Ignore
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue