[
https://issues.apache.org/jira/browse/GEODE-10402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17583458#comment-17583458
]
ASF GitHub Bot commented on GEODE-10402:
----------------------------------------
gaussianrecurrence opened a new pull request, #981:
URL: https://github.com/apache/geode-native/pull/981
- Fixed handling for FunctionException.
- Added InternalFunctionInvocationTargetException and replaced
GF_FUNCTION_EXCEPTION by
GF_INTERNAL_FUNCTION_INVOCATION_TARGET_EXCEPTION, so function
exceptions are properly handled.
- Code modified to adapt to the above changes.
> Fix FunctionException handling
> ------------------------------
>
> Key: GEODE-10402
> URL: https://issues.apache.org/jira/browse/GEODE-10402
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Mario Salazar de Torres
> Assignee: Mario Salazar de Torres
> Priority: Major
> Labels: needsTriage
>
> *GIVEN* a ServerFunction throwing a FunctionException
> *WHEN* its executed
> *THEN* a CacheServerException is thrown rather FunctionException
> ----
> *Additional info.* FunctionException seems not to be handled, that's why the
> default handling exception is thrown by the native API, CacheServerException
--
This message was sent by Atlassian Jira
(v8.20.10#820010)