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

Andrew Wang commented on HDFS-7978:
-----------------------------------

I ran the failed test locally, seems independently flaky. +1 I'll commit this 
shortly, doing some slf4j conversions would be another nice contribution if 
you're interested :)

Thanks for the contribution [~walter.k.su], and [~ozawa] for reviewing too.

> Add LOG.isDebugEnabled() guard for some LOG.debug(..)
> -----------------------------------------------------
>
>                 Key: HDFS-7978
>                 URL: https://issues.apache.org/jira/browse/HDFS-7978
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Walter Su
>            Assignee: Walter Su
>         Attachments: HDFS-7978.001.patch, HDFS-7978.002.patch, 
> HDFS-7978.003.patch
>
>
> {{isDebugEnabled()}} is optional. But when there are :
> 1. lots of concatenating Strings
> 2. complicated function calls
> in the arguments, {{LOG.debug(..)}} should be guarded with 
> {{LOG.isDebugEnabled()}} to avoid unnecessary arguments evaluation and impove 
> performance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to