You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2016/01/20 18:45:56 UTC

hbase git commit: HBASE-15098 Normalizer switch in configuration is not used; addendum

Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 80e742ada -> 7762b66da


  HBASE-15098 Normalizer switch in configuration is not used; addendum


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7762b66d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7762b66d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7762b66d

Branch: refs/heads/branch-1.2
Commit: 7762b66da3f29f1e41aaec3a37d451f6111a58b8
Parents: 80e742a
Author: stack <st...@apache.org>
Authored: Wed Jan 20 09:45:49 2016 -0800
Committer: stack <st...@apache.org>
Committed: Wed Jan 20 09:45:49 2016 -0800

----------------------------------------------------------------------
 .../master/normalizer/TestSimpleRegionNormalizerOnCluster.java      | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7762b66d/hbase-server/src/test/java/org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizerOnCluster.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizerOnCluster.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizerOnCluster.java
index 0bab6aa..6b23240 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizerOnCluster.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizerOnCluster.java
@@ -61,7 +61,6 @@ public class TestSimpleRegionNormalizerOnCluster {
   public static void beforeAllTests() throws Exception {
     // we will retry operations when PleaseHoldException is thrown
     TEST_UTIL.getConfiguration().setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 3);
-    TEST_UTIL.getConfiguration().setBoolean(QuotaUtil.QUOTA_CONF_KEY, true);
 
     // Start a cluster of two regionservers.
     TEST_UTIL.startMiniCluster(1);