[
https://issues.apache.org/jira/browse/HDFS-8749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621565#comment-14621565
]
Akira AJISAKA commented on HDFS-8749:
-------------------------------------
It was fixed as a part of HDFS-8652 but it was reverted.
> Fix findbugs warning in BlockManager.java
> -----------------------------------------
>
> Key: HDFS-8749
> URL: https://issues.apache.org/jira/browse/HDFS-8749
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Akira AJISAKA
> Priority: Minor
>
> {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)