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

Gera Shegalov commented on HADOOP-12912:
----------------------------------------

Oops I take the above back looking at how isDebugEnabled is implemented 
{code}
    /**
     * Check whether the Log4j Logger used is enabled for <code>DEBUG</code> 
priority.
     */
    public boolean isDebugEnabled() {
        return getLogger().isDebugEnabled();
    }
{code}

sorry for the noise!

> Add LOG.isDebugEnabled() guard in Progress.set method
> -----------------------------------------------------
>
>                 Key: HADOOP-12912
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12912
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Tsuyoshi Ozawa
>            Assignee: Tsuyoshi Ozawa
>         Attachments: HADOOP-12912.001.patch
>
>




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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to