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

[jira] [Created] (GEODE-9922) Consistently check multi key arguments map to the same slot

Jens Deppe created GEODE-9922:
---------------------------------

             Summary: Consistently check multi key arguments map to the same slot 
                 Key: GEODE-9922
                 URL: https://issues.apache.org/jira/browse/GEODE-9922
             Project: Geode
          Issue Type: Improvement
          Components: redis
            Reporter: Jens Deppe


Multi-key commands should use a consistent approach to validate that all the given keys are in the same slot. This could be done in `RegionProvider.lockedExecute` since all commands eventually end up there.

As an aside, checking slot equivalence is not the same as ensuring that keys are local to the server (which also still needs to happen).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)