HBASE-16066 Resolve RpC_REPEATED_CONDITIONAL_TEST findbugs warnings in HMaster, addendum to HBASE-15467
This commit is contained in:
parent
6717f0e388
commit
4421fdf981
|
@ -1386,7 +1386,6 @@ public class HMaster extends HRegionServer implements MasterServices {
|
||||||
for (TableName table : allEnabledTables) {
|
for (TableName table : allEnabledTables) {
|
||||||
HTableDescriptor tblDesc = getTableDescriptors().get(table);
|
HTableDescriptor tblDesc = getTableDescriptors().get(table);
|
||||||
if (table.isSystemTable() || (tblDesc != null &&
|
if (table.isSystemTable() || (tblDesc != null &&
|
||||||
tblDesc != null &&
|
|
||||||
!tblDesc.isNormalizationEnabled())) {
|
!tblDesc.isNormalizationEnabled())) {
|
||||||
LOG.debug("Skipping normalization for table: " + table + ", as it's either system"
|
LOG.debug("Skipping normalization for table: " + table + ", as it's either system"
|
||||||
+ " table or doesn't have auto normalization turned on");
|
+ " table or doesn't have auto normalization turned on");
|
||||||
|
|
Loading…
Reference in New Issue