[
https://issues.apache.org/jira/browse/HDFS-8749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14622118#comment-14622118
]
Hudson commented on HDFS-8749:
------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #252 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/252/])
HDFS-8749. Fix findbugs warnings in BlockManager.java. Contributed by Brahma
Reddy Battula. (aajisaka: rev d66302ed9b2c25b560d8319d6d755aee7cfa4d67)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
> Fix findbugs warning in BlockManager.java
> -----------------------------------------
>
> Key: HDFS-8749
> URL: https://issues.apache.org/jira/browse/HDFS-8749
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.8.0
> Reporter: Akira AJISAKA
> Assignee: Brahma Reddy Battula
> Priority: Minor
> Labels: newbie
> Fix For: 2.8.0
>
> Attachments: HDFS-8749.patch, findbugs.png
>
>
> {code:title=BlockManager#checkBlocksProperlyReplicated}
> final BlockInfoUnderConstruction uc =
> (BlockInfoUnderConstruction)b;
> {code}
> {{uc}} is not needed and this causes findbugs warning.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)