[
https://issues.apache.org/jira/browse/HDFS-4122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13485563#comment-13485563
]
Harsh J commented on HDFS-4122:
-------------------------------
Tangential, but while you are at this, can we also change the affected or
surrounding log lines that go:
{code}
+ LOG.info("Exception occurred while aborting the client " + ioe);
{code}
To the more proper:
{code}
+ LOG.info("Exception occurred while aborting the client", ioe);
{code}
Such that we also don't lose stacktrace information and get the logger to print
exceptions correctly?
> Cleanup HDFS logs and reduce the size of logged messages
> --------------------------------------------------------
>
> Key: HDFS-4122
> URL: https://issues.apache.org/jira/browse/HDFS-4122
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 1.0.0, 2.0.0-alpha
> Reporter: Suresh Srinivas
> Assignee: Suresh Srinivas
> Attachments: log.chatty.cleanup.branch1.patch,
> log.chatty.cleanup.trunk.patch, log.chatty.cleanup.trunk.patch
>
>
> I have attached the patch that removes unnecessary information from the log
> such as "Namesystem." and prefixing file information with "file" and block
> information with "block" etc.
> On a branch-1 log I saw it reduce the log size by ~10%.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira