You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:05 UTC

[jira] [Closed] (GEODE-9993) Redis SMOVE command should be atomic

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

Owen Nichols closed GEODE-9993.
-------------------------------

> Redis SMOVE command should be atomic
> ------------------------------------
>
>                 Key: GEODE-9993
>                 URL: https://issues.apache.org/jira/browse/GEODE-9993
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>    Affects Versions: 1.15.0
>            Reporter: Donal Evans
>            Assignee: Donal Evans
>            Priority: Major
>              Labels: blocks-1.15.0​, pull-request-available, unreleased
>             Fix For: 1.15.0
>
>
> The [documentation for the SMOVE command|https://redis.io/commands/SMOVE] states that it is atomic. The current implementation in the geode-for-redis module is not, which could result in partially-applied moves if servers crash during a move.
> The implementation should be changed to use the 'lockedExecuteInTransaction()' method in the SMoveExecutor class.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)