[
https://issues.apache.org/jira/browse/GEODE-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15955574#comment-15955574
]
ASF GitHub Bot commented on GEODE-2691:
---------------------------------------
Github user echobravopapa commented on a diff in the pull request:
https://github.com/apache/geode-native/pull/83#discussion_r109743229
--- Diff: src/cppcache/src/ExecutionImpl.cpp ---
@@ -100,33 +94,31 @@ ResultCollectorPtr ExecutionImpl::execute(const char*
fn, uint32_t timeout,
bool serverIsHA = false;
bool serverOptimizeForWrite = false;
- if (verifyFuncArgs) {
- std::vector<int8_t>* attr = getFunctionAttributes(fn);
- {
+ std::vector<int8_t>* attr = getFunctionAttributes(fn);
+ {
--- End diff --
looks like it is an artifact from the previous if statement and can be
removed
> 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)