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

Bharath Mundlapudi commented on HDFS-1977:
------------------------------------------

Sure. I agree with you. I am posting an updated patch with your suggestions.


> Stop using StringUtils.stringifyException()
> -------------------------------------------
>
>                 Key: HDFS-1977
>                 URL: https://issues.apache.org/jira/browse/HDFS-1977
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Joey Echeverria
>            Assignee: Bharath Mundlapudi
>            Priority: Minor
>         Attachments: HDFS-1977-1.patch, HDFS-1977-2.patch, HDFS-1977-3.patch
>
>
> The old version of the logging APIs didn't support logging stack traces by 
> passing exceptions to the logging methods (e.g. Log.error()). A number of log 
> statements make use of StringUtils.stringifyException() to get around the old 
> behavior. It would be nice if this could get cleaned up to make use of the 
> the logger's stack trace printing. This also gives users more control since 
> you can configure how the stack traces are written to the logs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to