You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2018/01/02 14:20:00 UTC

[jira] [Commented] (HBASE-19676) CleanerChore.Java Logging Improvements

    [ https://issues.apache.org/jira/browse/HBASE-19676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308101#comment-16308101 ] 

BELUGA BEHR commented on HBASE-19676:
-------------------------------------

[~tedyu] :)

> CleanerChore.Java Logging Improvements
> --------------------------------------
>
>                 Key: HBASE-19676
>                 URL: https://issues.apache.org/jira/browse/HBASE-19676
>             Project: HBase
>          Issue Type: Improvement
>          Components: hbase
>    Affects Versions: 3.0.0
>            Reporter: BELUGA BEHR
>            Assignee: BELUGA BEHR
>            Priority: Trivial
>         Attachments: HBASE-19676.1.patch
>
>
> The following code is accidentally using string concatenation instead of logging parameters so the logging will be something like: _size={}123_
> {code}
> LOG.warn("Use full core processors to scan dir, size={}" + size);
> {code}
> Fixed that and a few other logging improvements.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)