This is an automated email from the ASF dual-hosted git repository.

guluo2016 pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 8cbcf7f9720 HBASE-30095 Remove duplicate MiniDFSCluster startup in 
TestZooKeeper (#8556)
8cbcf7f9720 is described below

commit 8cbcf7f97203f9ea0945bf1f726a10ec5bbdc27c
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

Reply via email to