Skip to content

Commit

Permalink
HBASE-22733 TestSplitTransactionOnCluster.testMasterRestartAtRegionSp…
Browse files Browse the repository at this point in the history
…litPendingCatalogJanitor is flakey (#408)

Signed-off-by: stack <stack@apache.org>
  • Loading branch information
sunhelly authored and saintstack committed Jul 25, 2019
1 parent de98fee commit 747d000
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ public void testMasterRestartAtRegionSplitPendingCatalogJanitor()
rst.getRegionServer().compactedFileDischarger.setUseExecutor(oldSetting);
}
cluster.getMaster().setCatalogJanitorEnabled(true);
ProcedureTestingUtility.waitAllProcedures(cluster.getMaster().getMasterProcedureExecutor());
LOG.info("Starting run of CatalogJanitor");
cluster.getMaster().getCatalogJanitor().run();
ProcedureTestingUtility.waitAllProcedures(cluster.getMaster().getMasterProcedureExecutor());
Expand Down

0 comments on commit 747d000

Please sign in to comment.