weiming created HBASE-26924:
-------------------------------
Summary: [Documentation] Fix log parameter error and spelling error
Key: HBASE-26924
URL: https://issues.apache.org/jira/browse/HBASE-26924
Project: HBase
Issue Type: Bug
Components: documentation
Affects Versions: 2.4.0
Reporter: weiming
Fix For: 2.4.0
In ConstantSizeRegionSplitPolicy.isExceedSize(),
'''
if (size > sizeToCheck) {
LOG.debug("ShouldSplit because {} size={}, sizeToCheck={}{}",
store.getColumnFamilyName(), StringUtils.humanSize(size),
StringUtils.humanSize(sizeToCheck));
return true;
}
'''
There should be only three parameters, remove last '{}'
--
This message was sent by Atlassian Jira
(v8.20.1#820001)