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

This commit is contained in:
Yu Li 2016-06-19 17:25:26 +08:00
parent 6717f0e388
commit 4421fdf981
1 changed files with 0 additions and 1 deletions

View File

@ -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");