You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/12/01 08:22:56 UTC

[hbase] branch master updated: Revert "HBASE-25334 TestRSGroupsFallback.testFallback is flaky (#2712)"

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

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 86bb037  Revert "HBASE-25334 TestRSGroupsFallback.testFallback is flaky (#2712)"
86bb037 is described below

commit 86bb037eb0ef2583d2e4eac490b57e022daec38b
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Dec 1 16:22:09 2020 +0800

    Revert "HBASE-25334 TestRSGroupsFallback.testFallback is flaky (#2712)"
    
    This reverts commit f71eb27be188a037d05df66b65a1ac964cf5a487.
---
 .../test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsFallback.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsFallback.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsFallback.java
index b098314..ea5e226 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsFallback.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsFallback.java
@@ -25,7 +25,6 @@ import java.util.Collections;
 import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.hbase.HBaseClassTestRule;
 import org.apache.hadoop.hbase.HBaseTestingUtility;
-import org.apache.hadoop.hbase.HConstants;
 import org.apache.hadoop.hbase.TableName;
 import org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder;
 import org.apache.hadoop.hbase.client.TableDescriptor;
@@ -62,7 +61,6 @@ public class TestRSGroupsFallback extends TestRSGroupsBase {
   public static void setUp() throws Exception {
     Configuration conf = TEST_UTIL.getConfiguration();
     conf.setBoolean(RSGroupBasedLoadBalancer.FALLBACK_GROUP_ENABLE_KEY, true);
-    conf.setInt(HConstants.HBASE_BALANCER_MAX_BALANCING, 0);
     setUpTestBeforeClass();
     MASTER.balanceSwitch(true);
   }