HBASE-24588 : normalization log format (ADDENDUM)

This commit is contained in:
Viraj Jasani 2020-06-26 23:09:37 +05:30
parent 71af97cd05
commit 51ad588565
No known key found for this signature in database
GPG Key ID: B3D6C0B41C8ADFD5
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}