[
https://issues.apache.org/jira/browse/HDFS-9457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027805#comment-15027805
]
BELUGA BEHR commented on HDFS-9457:
-----------------------------------
I updated to include all areas and to make use of SLF4J place holders.
One thing I noticed was inconsistency in reporting exceptions. What do you
think should be done? I will apply in a different ticket.
{code}
LOG.warn("Received exception in Datanode#join: {}", ex);
v.s.
LOG.error("Exception in secureMain", e);
{code}
> Datanode Logging Improvement
> ----------------------------
>
> Key: HDFS-9457
> URL: https://issues.apache.org/jira/browse/HDFS-9457
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: datanode
> Affects Versions: 3.0.0, 2.7.0
> Reporter: BELUGA BEHR
> Assignee: BELUGA BEHR
> Priority: Minor
> Attachments: logging.patch
>
>
> Please accept my patch for some minor clean-up of logging. Patch is against
> 3.0.0 but applies to previous versions as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)