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 {
|
void doWaiting() throws InterruptedException {
|
||||||
try {
|
try {
|
||||||
while (new MetaTableLocator().waitMetaRegionLocation(watcher, 100) == null);
|
while (new MetaTableLocator().waitMetaRegionLocation(watcher, 10000) == null);
|
||||||
} catch (NotAllMetaRegionsOnlineException e) {
|
} catch (NotAllMetaRegionsOnlineException e) {
|
||||||
//Ignore
|
//Ignore
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue