You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Liju (JIRA)" <ji...@apache.org> on 2018/11/05 05:08:00 UTC

[jira] [Commented] (KAFKA-5054) ChangeLoggingKeyValueByteStore delete and putIfAbsent should be synchronized

    [ https://issues.apache.org/jira/browse/KAFKA-5054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16674664#comment-16674664 ] 

Liju commented on KAFKA-5054:
-----------------------------

@[~mjsax] 

I have opened below pr for this , but the few test are timing out for other reasons.

Open for review

[https://github.com/apache/kafka/pull/5873]

 

> ChangeLoggingKeyValueByteStore delete and putIfAbsent should be synchronized
> ----------------------------------------------------------------------------
>
>                 Key: KAFKA-5054
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5054
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 0.10.2.0
>            Reporter: Damian Guy
>            Assignee: Liju
>            Priority: Critical
>
> {{putIfAbsent}} and {{delete}} should be synchronized as they involve at least 2 operations on the underlying store and may result in inconsistent results if someone were to query via IQ



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)