HBASE-24588 : normalization log format (ADDENDUM)
This commit is contained in:
parent
71af97cd05
commit
51ad588565
|
@ -1946,8 +1946,7 @@ public class HMaster extends HRegionServer implements MasterServices {
|
|||
final TableDescriptor tblDesc = getTableDescriptors().get(table);
|
||||
if (tblDesc != null && !tblDesc.isNormalizationEnabled()) {
|
||||
LOG.debug(
|
||||
"Skipping table {} because normalization is disabled in its" + " table properties.",
|
||||
table);
|
||||
"Skipping table {} because normalization is disabled in its table properties.", table);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue