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

Haohui Mai commented on HDFS-6564:
----------------------------------

{code}
-  public static final Log LOG = LogFactory.getLog(CachePoolInfo.class);
+  public static final Logger LOG = LoggerFactory
+      .getLogger(CachePoolInfo.class);
{code}

The LOG variable is never used. And in terms of compatibility this should be 
fine from a practical point of view. There are no changes on the  members that 
actually hold the data.

> Use slf4j instead of common-logging in hdfs-client
> --------------------------------------------------
>
>                 Key: HDFS-6564
>                 URL: https://issues.apache.org/jira/browse/HDFS-6564
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Haohui Mai
>            Assignee: Rakesh R
>         Attachments: HDFS-6564-01.patch, HDFS-6564-02.patch
>
>
> hdfs-client should depends on slf4j instead of common-logging.



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

Reply via email to