This is an automated email from the ASF dual-hosted git repository.
guluo2016 pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 7171495c4d1 HBASE-30095 Remove duplicate MiniDFSCluster startup in
TestZooKeeper (#8556)
7171495c4d1 is described below
commit 7171495c4d166be2d93bda89fcdd0763b30f8ae5
Author: Ma Zhengxuan <[email protected]>
AuthorDate: Tue Sep 1 23:03:00 2026 +0800
HBASE-30095 Remove duplicate MiniDFSCluster startup in TestZooKeeper (#8556)
Signed-off by: Peng Lu <[email protected]>
Signed-off by: Duo Zhang <[email protected]>
Co-authored-by: mazhengxuan <[email protected]>
---
hbase-server/src/test/java/org/apache/hadoop/hbase/TestZooKeeper.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/hbase-server/src/test/java/org/apache/hadoop/hbase/TestZooKeeper.java
b/hbase-server/src/test/java/org/apache/hadoop/hbase/TestZooKeeper.java
index 0b0454e42eb..39eca489515 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/TestZooKeeper.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/TestZooKeeper.java
@@ -77,7 +77,6 @@ public class TestZooKeeper {
conf.setInt(HConstants.ZK_SESSION_TIMEOUT, 1000);
conf.setClass(HConstants.HBASE_MASTER_LOADBALANCER_CLASS,
MockLoadBalancer.class,
LoadBalancer.class);
- TEST_UTIL.startMiniDFSCluster(2);
}
@AfterAll