You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2015/07/10 03:24:04 UTC

[jira] [Created] (HDFS-8749) Fix findbugs warning in BlockManager.java

Akira AJISAKA created HDFS-8749:
-----------------------------------

             Summary: 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)