[
https://issues.apache.org/jira/browse/HBASE-19449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282243#comment-16282243
]
Mike Drob commented on HBASE-19449:
-----------------------------------
The checkstyle error is
{noformat}
./hbase-server/src/main/java/org/apache/hadoop/hbase/backup/HFileArchiver.java:233:
LOG.warn("Passed filesystem is null, so just deleting the files without
archiving for region: {},": Line is longer than 100 characters (found 104).
[LineLength]
{noformat}
> Implement SLF4J and SLF4J Parameter Substitution
> ------------------------------------------------
>
> Key: HBASE-19449
> URL: https://issues.apache.org/jira/browse/HBASE-19449
> Project: HBase
> Issue Type: Improvement
> Components: hbase
> Affects Versions: 2.0.0
> Reporter: BELUGA BEHR
> Assignee: BELUGA BEHR
> Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-19449.1.patch, HBASE-19449.2.patch
>
>
> For the {{HFileArchiver.java}} class...
> * Use SLF4J logging
> * Use SLF4J parameter substitution
> * Fix some small issues with missing spaces between words in the log message
> and the like
> https://www.slf4j.org/faq.html#logging_performance
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)