[
https://issues.apache.org/jira/browse/HDFS-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418780#comment-13418780
]
Hudson commented on HDFS-3690:
------------------------------
Integrated in Hadoop-Hdfs-trunk-Commit #2570 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2570/])
HDFS-3690. BlockPlacementPolicyDefault incorrectly casts LOG. Contributed
by Eli Collins (Revision 1363576)
Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1363576
Files :
* /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 incorrectly casts LOG
> -------------------------------------------------
>
> Key: HDFS-3690
> URL: https://issues.apache.org/jira/browse/HDFS-3690
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.0.0-alpha
> Reporter: Eli Collins
> Assignee: Eli Collins
> Priority: Blocker
> Fix For: 2.1.0-alpha
>
> Attachments: hdfs-3690.txt
>
>
> The hadoop-tools tests, eg TestCopyListing, fails with
> {noformat}
> Caused by: java.lang.ClassCastException:
> org.apache.commons.logging.impl.SimpleLog cannot be cast to
> org.apache.commons.logging.impl.Log4JLogger
> at
> org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyDefault.<clinit>(BlockPlacementPolicyDefault.java:55)
> {noformat}
> caused by this cast
> {code}
> private static final String enableDebugLogging =
> "For more information, please enable DEBUG log level on "
> + ((Log4JLogger)LOG).getLogger().getName();
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira