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

Hudson commented on HDFS-5170:
------------------------------

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1543 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1543/])
HDFS-5170. BlockPlacementPolicyDefault uses the wrong classname when alerting 
to enable debug logging. (Andrew Wang) (wang: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1520961)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockPlacementPolicyDefault.java

                
> BlockPlacementPolicyDefault uses the wrong classname when alerting to enable 
> debug logging
> ------------------------------------------------------------------------------------------
>
>                 Key: HDFS-5170
>                 URL: https://issues.apache.org/jira/browse/HDFS-5170
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.1.0-beta
>            Reporter: Andrew Wang
>            Assignee: Andrew Wang
>            Priority: Trivial
>             Fix For: 3.0.0, 2.3.0
>
>         Attachments: HDFS-5170-1.patch
>
>
> {code}
>   private static final String enableDebugLogging =
>     "For more information, please enable DEBUG log level on "
>     + LOG.getClass().getName();
> {code}
> This inserts the LOG's class rather than BlockPlacementPolicy's class.

--
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

Reply via email to