Wei-Chiu Chuang created HDFS-14414: -------------------------------------- Summary: Clean up findbugs warning in branch-2 Key: HDFS-14414 URL: https://issues.apache.org/jira/browse/HDFS-14414 Project: Hadoop HDFS Issue Type: Bug Reporter: Wei-Chiu Chuang
There's an unused local variable and findbugs doesn't like it. {noformat} Bug type DLS_DEAD_LOCAL_STORE (click for details) In class org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode$Saver In method org.apache.hadoop.hdfs.server.namenode.FSImageFormatPBINode$Saver.save(OutputStream, INodeSymlink) Local variable named state At FSImageFormatPBINode.java:[line 623]{noformat} File this jira to clean it up. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org