You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by li...@apache.org on 2016/06/19 09:27:11 UTC

hbase git commit: HBASE-16066 Resolve RpC_REPEATED_CONDITIONAL_TEST findbugs warnings in HMaster, addendum to HBASE-15467

Repository: hbase
Updated Branches:
  refs/heads/master 6717f0e38 -> 4421fdf98


HBASE-16066 Resolve RpC_REPEATED_CONDITIONAL_TEST findbugs warnings in HMaster, addendum to HBASE-15467


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

Branch: refs/heads/master
Commit: 4421fdf9811e8d3d9f27810d8deb6219b3c394a4
Parents: 6717f0e
Author: Yu Li <li...@apache.org>
Authored: Sun Jun 19 17:25:26 2016 +0800
Committer: Yu Li <li...@apache.org>
Committed: Sun Jun 19 17:25:26 2016 +0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/hbase/master/HMaster.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/4421fdf9/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
index 3a02060..a9c3dfc 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
@@ -1386,7 +1386,6 @@ public class HMaster extends HRegionServer implements MasterServices {
       for (TableName table : allEnabledTables) {
         HTableDescriptor tblDesc = getTableDescriptors().get(table);
         if (table.isSystemTable() || (tblDesc != null &&
-            tblDesc != null &&
             !tblDesc.isNormalizationEnabled())) {
           LOG.debug("Skipping normalization for table: " + table + ", as it's either system"
               + " table or doesn't have auto normalization turned on");