You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/07/03 15:11:00 UTC

[jira] [Updated] (STORM-2449) Iterator of Redis State may return same key multiple time, with different values

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

Jungtaek Lim updated STORM-2449:
--------------------------------
    Fix Version/s: 1.2.0

> Iterator of Redis State may return same key multiple time, with different values
> --------------------------------------------------------------------------------
>
>                 Key: STORM-2449
>                 URL: https://issues.apache.org/jira/browse/STORM-2449
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-redis
>    Affects Versions: 2.0.0, 1.1.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>             Fix For: 2.0.0, 1.1.1, 1.2.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Redis state iterator iterates pending prepare -> pending commit -> external storage (state) sequentially. While iterating, more of them are subject to change, so it can provide inconsistent result.
> While we can't provide consistent result (since states are changing continuously), at least iterator needs to provide same key only once.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)