You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/14 15:18:41 UTC

[jira] [Commented] (GEODE-2657) Execute Region Function sends incorrect message format

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

ASF GitHub Bot commented on GEODE-2657:
---------------------------------------

GitHub user dgkimura opened a pull request:

    https://github.com/apache/geode-native/pull/54

    GEODE-2657: Execute Region Function sends incorrect message format

    `TcrMessageExecuteRegionFunction` is missing a call to set `m_hasResults`. This causes the message response to be parsed synchronously and not asynchronously chunked. The synchronous parser does not support this message type and it barfs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dgkimura/geode-native develop

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/geode-native/pull/54.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 #54
    
----
commit 9ee4511225c912ee4daa631e1e4ebd35d51d86ae
Author: David Kimura <dk...@pivotal.io>
Date:   2017-03-14T15:14:58Z

    GEODE-2657: Execute Region Function sends incorrect message format

----


> Execute Region Function sends incorrect message format
> ------------------------------------------------------
>
>                 Key: GEODE-2657
>                 URL: https://issues.apache.org/jira/browse/GEODE-2657
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: David Kimura
>
> `TcrMessageExecuteRegionFunction` is missing a call to set `m_hasResults`. This causes the message response to be parsed synchronously and not asynchronously chunked. The synchronous parser does not support this message type and it barfs.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)