Revert "HBASE-22521 TestOfflineMetaRebuildBase#testHMasterStartupOnMetaRebuild failing (branch-1)"

This reverts commit db6ad391ee.
This commit is contained in:
Andrew Purtell 2019-06-03 18:05:54 -07:00
parent e1bca19631
commit b20e248387
No known key found for this signature in database
GPG Key ID: 8597754DD5365CCD
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ public class OfflineMetaRebuildTestCore {
public void setUpBefore() throws Exception {
TEST_UTIL = new HBaseTestingUtility();
TEST_UTIL.getConfiguration().setInt("dfs.datanode.max.xceivers", 9192);
TEST_UTIL.getConfiguration().setBoolean("hbase.master.start.wait.for.namespacemanager", true);
TEST_UTIL.startMiniCluster(3);
conf = TEST_UTIL.getConfiguration();
this.connection = ConnectionFactory.createConnection(conf);