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)

Reply via email to