You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2020/06/17 06:37:00 UTC

[jira] [Created] (GEODE-8268) redis ExecutionHandlerContext is doing more than it should

Darrel Schneider created GEODE-8268:
---------------------------------------

             Summary: redis ExecutionHandlerContext is doing more than it should
                 Key: GEODE-8268
                 URL: https://issues.apache.org/jira/browse/GEODE-8268
             Project: Geode
          Issue Type: Improvement
          Components: redis
            Reporter: Darrel Schneider


ExecutionHandlerContext is supposed to provide context to redis command executors so that they can execute their specific command. But in a couple of cases (SHUTDOWN and SUBSCRIBE) ExecutionHandlerContext has code that is part of the execution of a specific command. That code should be refactored so that the specific command drives the execution of itself.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)