[ https://issues.apache.org/jira/browse/GEODE-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15951591#comment-15951591 ]
ASF GitHub Bot commented on GEODE-2691: --------------------------------------- Github user PivotalSarge commented on a diff in the pull request: https://github.com/apache/geode-native/pull/83#discussion_r109242439 --- 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 -- What is the purpose of this curly-brace block? Is there an RAII instance in there? > 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)