You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/04/02 13:50:00 UTC

[jira] [Updated] (HBASE-26924) [Documentation] Fix log parameter error and spelling error

     [ https://issues.apache.org/jira/browse/HBASE-26924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang updated HBASE-26924:
------------------------------
    Fix Version/s: 2.5.0
                   3.0.0-alpha-3
                   2.4.12
                       (was: 2.4.0)

> [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: logging
>    Affects Versions: 2.4.0
>            Reporter: weiming
>            Priority: Trivial
>             Fix For: 2.5.0, 3.0.0-alpha-3, 2.4.12
>
>
> 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)