You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2017/04/19 06:01:41 UTC

[jira] [Updated] (KAFKA-4994) Fix findbugs warning about OffsetStorageWriter#currentFlushId

     [ https://issues.apache.org/jira/browse/KAFKA-4994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guozhang Wang updated KAFKA-4994:
---------------------------------
    Labels: newbie  (was: )

> 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
>              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)