Addison created GEODE-2659: ------------------------------ Summary: Fix TcrMessage Execute Region Function Tests Key: GEODE-2659 URL: https://issues.apache.org/jira/browse/GEODE-2659 Project: Geode Issue Type: Bug Components: native client Reporter: Addison
Uncovered an issue with the TcrMessage refactoring that effects all `TcrMessageExecuteRegionFunction` messages. Looking at `TcrMessageExecuteFunction` and `TcrMessageExecuteRegionFunction` and you will notice that in the `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. -- This message was sent by Atlassian JIRA (v6.3.15#6346)