[
https://issues.apache.org/jira/browse/GEODE-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359574#comment-17359574
]
ASF subversion and git services commented on GEODE-9168:
--------------------------------------------------------
Commit 3aa6553c9a5ac382b58789856ebf0f46ed8151cf in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3aa6553 ]
GEODE-9168: Remove radish function execution (#6560)
- Removed CommandFunction, SingleResultRedisFunction and all
*FunctionInvoker classes.
- Move necessary functionality out of CommandHelper and into
RegionProvider and removed CommandHelper.
- Removed RenameFunction.
> Remove Function Execution
> -------------------------
>
> Key: GEODE-9168
> URL: https://issues.apache.org/jira/browse/GEODE-9168
> Project: Geode
> Issue Type: New Feature
> Components: redis
> Reporter: Wayne
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> Because operations go directly to the primary with cluster mode enabled, we
> don’t need to use functions to route to the primary.
> If we are already executing on the primary, we can eliminate function
> execution code.
> +Acceptance Criteria+
> When operating in compatibility with Redis mode, function execution is
> eliminated when executing on the primary node.
> Geode benchmarks perform better after this change.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)