You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/18 16:39:00 UTC

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

    [ 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:
users@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)