[
https://issues.apache.org/jira/browse/HDFS-8749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira AJISAKA updated HDFS-8749:
--------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 2.8.0
Status: Resolved (was: Patch Available)
Committed this to trunk and branch-2. Thanks [~brahmareddy] for the
contribution.
> 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)