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:
Enis Soztutar 2014-07-14 17:00:14 -07:00
parent ecde6a4c44
commit 11fccd94c0
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }