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

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

David Kimura created GEODE-2657:
-----------------------------------

             Summary: 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)