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

[jira] [Commented] (HBASE-19676) CleanerChore logging improvements

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

Hudson commented on HBASE-19676:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4331 (See [https://builds.apache.org/job/HBase-Trunk_matrix/4331/])
HBASE-19676 CleanerChore logging improvements (BELUGA BEHR) (tedyu: rev 9c2a35542f3434ea8b4f278bb4e4bf7dcd1db604)
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/cleaner/CleanerChore.java


> CleanerChore 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
>             Fix For: 2.0.0-beta-2
>
>         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)