Description
There's an unused local variable and findbugs doesn't like it.
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]
File this jira to clean it up.