[ https://issues.apache.org/jira/browse/DL-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746993#comment-15746993 ]
ASF GitHub Bot commented on DL-140: ----------------------------------- Github user sijie commented on the issue: https://github.com/apache/incubator-distributedlog/pull/71 @xieliang I think currently we are using 3.0.3 in the pom.xml file. ` <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.3</version> </plugin> ` The travis ci runs "findbugs:check" for every pull request - "mvn --batch-mode clean package findbugs:check" is it the same command that you are running? > Fix several FindBug "Inconsistent synchronization" warnings > ----------------------------------------------------------- > > Key: DL-140 > URL: https://issues.apache.org/jira/browse/DL-140 > Project: DistributedLog > Issue Type: Bug > Components: distributedlog-core > Affects Versions: 0.4.0 > Reporter: Liang Xie > Assignee: Liang Xie > > Through most of findbug warnings are false alarm or trivial issues, we need > to fix the "Multithreaded correctness" related warning if occurs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)