Description
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
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)
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-11608 HDFS write crashed with block size greater than 2 GB
- Resolved