[ https://issues.apache.org/jira/browse/HDFS-10245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15225546#comment-15225546 ]
Brahma Reddy Battula commented on HDFS-10245: --------------------------------------------- bq. There was 1 findbugs found in prepatch. Yes exactly, this Jira itself is to fix that. In which case, findbug report should point to post-patch findbugs. No matter whether its empty. No explicit filtered report for findbugs induced from the patch is not required. But, {{0 new + 0 unchanged - 1 fixed = 0 total (was 1)}} this message at the end, similar to checkstyle fixes will help to indentify changes. > Fix the findbug warnings in branch-2.7 > -------------------------------------- > > Key: HDFS-10245 > URL: https://issues.apache.org/jira/browse/HDFS-10245 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.7.2 > Reporter: Brahma Reddy Battula > Assignee: Brahma Reddy Battula > Attachments: HDFS-10245-branch-2.7.patch > > > *Link* > https://builds.apache.org/job/PreCommit-HDFS-Build/15036/artifact/patchprocess/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html > Following seen in HDFS-9917 jenkins run. > {noformat} > Code Warning > IS Inconsistent synchronization of > org.apache.hadoop.hdfs.DFSOutputStream.streamer; locked 85% of time > Bug type IS2_INCONSISTENT_SYNC (click for details) > In class org.apache.hadoop.hdfs.DFSOutputStream > Field org.apache.hadoop.hdfs.DFSOutputStream.streamer > Synchronized 85% of the time > Unsynchronized access at DFSOutputStream.java:[line 2372] > Unsynchronized access at DFSOutputStream.java:[line 2390] > Unsynchronized access at DFSOutputStream.java:[line 1722] > Synchronized access at DFSOutputStream.java:[line 2178] > Synchronized access at DFSOutputStream.java:[line 2100] > Synchronized access at DFSOutputStream.java:[line 2103] > Synchronized access at DFSOutputStream.java:[line 2264] > Synchronized access at DFSOutputStream.java:[line 1555] > Synchronized access at DFSOutputStream.java:[line 1558] > Synchronized access at DFSOutputStream.java:[line 2166] > Synchronized access at DFSOutputStream.java:[line 2208] > Synchronized access at DFSOutputStream.java:[line 2216] > Synchronized access at DFSOutputStream.java:[line 2209] > Synchronized access at DFSOutputStream.java:[line 2216] > Synchronized access at DFSOutputStream.java:[line 2037] > Synchronized access at DFSOutputStream.java:[line 2037] > Synchronized access at DFSOutputStream.java:[line 2038] > Synchronized access at DFSOutputStream.java:[line 2062] > Synchronized access at DFSOutputStream.java:[line 2063] > Synchronized access at DFSOutputStream.java:[line 2355] > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)