Akira Ajisaka created HDFS-11766: ------------------------------------ Summary: Fix findbugs warning in branch-2.7 Key: HDFS-11766 URL: https://issues.apache.org/jira/browse/HDFS-11766 Project: Hadoop HDFS Issue Type: Bug Reporter: Akira Ajisaka
There are 1 findbugs warning in branch-2.7. https://builds.apache.org/job/PreCommit-HDFS-Build/19204/artifact/patchprocess/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html {noformat} Inconsistent synchronization of org.apache.hadoop.hdfs.DFSOutputStream.bytesCurBlock; locked 96% of time Bug type IS2_INCONSISTENT_SYNC In class org.apache.hadoop.hdfs.DFSOutputStream Field org.apache.hadoop.hdfs.DFSOutputStream.bytesCurBlock Synchronized 96% of the time Unsynchronized access at DFSOutputStream.java:[line 2009] Synchronized access at DFSOutputStream.java:[line 2376] (snip) {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org