We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5beba8f commit db6ad39Copy full SHA for db6ad39
hbase-server/src/test/java/org/apache/hadoop/hbase/util/hbck/OfflineMetaRebuildTestCore.java
@@ -94,6 +94,7 @@ public class OfflineMetaRebuildTestCore {
94
public void setUpBefore() throws Exception {
95
TEST_UTIL = new HBaseTestingUtility();
96
TEST_UTIL.getConfiguration().setInt("dfs.datanode.max.xceivers", 9192);
97
+ TEST_UTIL.getConfiguration().setBoolean("hbase.master.start.wait.for.namespacemanager", true);
98
TEST_UTIL.startMiniCluster(3);
99
conf = TEST_UTIL.getConfiguration();
100
this.connection = ConnectionFactory.createConnection(conf);
0 commit comments