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);
|
final TableDescriptor tblDesc = getTableDescriptors().get(table);
|
||||||
if (tblDesc != null && !tblDesc.isNormalizationEnabled()) {
|
if (tblDesc != null && !tblDesc.isNormalizationEnabled()) {
|
||||||
LOG.debug(
|
LOG.debug(
|
||||||
"Skipping table {} because normalization is disabled in its" + " table properties.",
|
"Skipping table {} because normalization is disabled in its table properties.", table);
|
||||||
table);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue