[
https://issues.apache.org/jira/browse/GEODE-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15951515#comment-15951515
]
ASF GitHub Bot commented on GEODE-2691:
---------------------------------------
GitHub user dgkimura opened a pull request:
https://github.com/apache/geode-native/pull/83
GEODE-2691: Fix function execution attributes mismatch
Fixes function execution invocation which previously passed in attributes
that
function execute would compare to the server's view of the registered
function
attributes. Since the previously passed in attributes were deprecated there
is
nothing to compare. Instead we should accept the attributes that the server
returns.
Testing: Function execution tests pass
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dgkimura/geode-native feature/GEODE-2691
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-native/pull/83.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #83
----
commit c97ef8358c9a9b625316380c823eea029230c5ba
Author: David Kimura <[email protected]>
Date: 2017-03-31T18:33:59Z
GEODE-2691: Fix function execution attributes mismatch
Fixes function execution invocation which previously passed in attributes
that
function execute would compare to the server's view of the registered
function
attributes. Since the previously passed in attributes were deprecated there
is
nothing to compare. Instead we should accept the attributes that the server
returns.
Testing: Function execution tests pass
----
> Function execution failure with property disable-chunk-handler-thread enabled.
> ------------------------------------------------------------------------------
>
> Key: GEODE-2691
> URL: https://issues.apache.org/jira/browse/GEODE-2691
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Jacob S. Barrett
> Assignee: Jacob S. Barrett
> Priority: Critical
>
> If property {{disable-chunk-handler-thread}} enabled the function execution
> fails with
> {{Unknown message type 61 in response, possible serialization mismatch}}
> message.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)