[ https://issues.apache.org/jira/browse/KAFKA-4994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983540#comment-15983540 ]
ASF GitHub Bot commented on KAFKA-4994: --------------------------------------- Github user johnma14 closed the pull request at: https://github.com/apache/kafka/pull/2913 > Fix findbugs warning about OffsetStorageWriter#currentFlushId > ------------------------------------------------------------- > > Key: KAFKA-4994 > URL: https://issues.apache.org/jira/browse/KAFKA-4994 > Project: Kafka > Issue Type: Bug > Reporter: Colin P. McCabe > Assignee: Mariam John > Labels: newbie > > We should fix the findbugs warning about > {{OffsetStorageWriter#currentFlushId}} > {code} > Multithreaded correctness Warnings > IS2_INCONSISTENT_SYNC: Inconsistent synchronization of > org.apache.kafka.connect.storage.OffsetStorageWriter.currentFlushId; locked > 83% of time > IS2_INCONSISTENT_SYNC: Inconsistent synchronization of > org.apache.kafka.connect.storage.OffsetStorageWriter.toFlush; locked 75% of > time > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)