You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/10 23:59:04 UTC

[jira] [Commented] (KAFKA-5216) Cached Session/Window store may return error on iterator.peekNextKey()

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

ASF GitHub Bot commented on KAFKA-5216:
---------------------------------------

GitHub user xvrl opened a pull request:

    https://github.com/apache/kafka/pull/3016

    KAFKA-5216 fix error on peekNextKey in cached window/session store iterators

    @guozhangwang @mjsax @dguy 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xvrl/kafka kafka-5216

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3016.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3016
    
----

----


> Cached Session/Window store may return error on iterator.peekNextKey()
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-5216
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5216
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 0.10.2.0, 0.11.0.0
>            Reporter: Xavier Léauté
>            Assignee: Xavier Léauté
>
> {{AbstractMergedSortedCacheStoreIterator}} uses the wrong cache key deserializer in {{peekNextKey}}. This may result in errors or incorrect keys returned from {{peekNextKey}} on a {{WindowStoreIterator}} or {{SessionStoreIterator}} for a cached window or session store.
> CachingKeyValueStore does not seem to be affected.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)