Colin P. McCabe created KAFKA-4994:
--------------------------------------
Summary: 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
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)