You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/02/02 18:04:00 UTC

[jira] [Commented] (GEODE-3127) Add function execution to new protocol

    [ https://issues.apache.org/jira/browse/GEODE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350738#comment-16350738 ] 

ASF subversion and git services commented on GEODE-3127:
--------------------------------------------------------

Commit 6011e094432c2e528d1c04912d63a7f51fa7c6f4 in geode's branch refs/heads/develop from [~gosullivan]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=6011e09 ]

GEODE-3127: add function execution to new client protocol. (#1357)

* GEODE-3127: add function execution to new client protocol.

This only supports function execution on a region so far. It assumes the
default result collector, which returns a list of results, so the response message returns a list of results.

* MessageExecutionContext uses InternalCache instead of Cache
* Remove super.setUp calls from operation handlers because the
  @Before annotation already ensures these are called before the
  @Before methods of child classes.


> Add function execution to new protocol
> --------------------------------------
>
>                 Key: GEODE-3127
>                 URL: https://issues.apache.org/jira/browse/GEODE-3127
>             Project: Geode
>          Issue Type: New Feature
>          Components: client/server
>            Reporter: Brian Baynes
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> As a Geode developer using the new client/server protocol, I need the ability to execute server-side functions, a key feature of Geode.
> Add parameter-less function execution to the new protocol, verifying users can execute functions and receive expected results.  (Functions with parameters are covered in GEODE-3138)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)