[ https://issues.apache.org/jira/browse/KAFKA-4994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548051#comment-16548051 ]
ASF GitHub Bot commented on KAFKA-4994: --------------------------------------- cmccabe opened a new pull request #5385: KAFKA-4994: Remove findbugs suppression for OffsetStorageWriter URL: https://github.com/apache/kafka/pull/5385 Remove findbugs suppression for OffsetStorageWriter because it is no longer needed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > Priority: Major > 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 (v7.6.3#76005)