[
https://issues.apache.org/jira/browse/GEODE-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15957000#comment-15957000
]
ASF GitHub Bot commented on GEODE-2736:
---------------------------------------
Github user echobravopapa commented on a diff in the pull request:
https://github.com/apache/geode-native/pull/82#discussion_r109942702
--- Diff:
src/cppcache/integration-test/testThinClientPoolExecuteFunctionThrowsException.cpp
---
@@ -303,6 +303,7 @@ DUNIT_TASK_DEFINITION(CLIENT1, Client1OpTest)
LOGINFO("Executing the exception test it is expected to throw.");
CacheableVectorPtr executeFunctionResult3 =
funcExec->withArgs(arrList)->withFilter(filter)->execute("ThinClientRegionExceptionTest",
15)->getResult();
+ FAIL("Failed to throw expected exception.");
--- End diff --
Perfect. @mhansonp may I ask you to please squash your commits as well...?
TIA
> Native client thread pool get stuck sometimes during rolling restart
> --------------------------------------------------------------------
>
> Key: GEODE-2736
> URL: https://issues.apache.org/jira/browse/GEODE-2736
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Mark Hanson
>
> Users has a function which executes on all nodes hosting the region, during
> rolling restart of the Geode servers, occasionally all the threads in the
> Geode native client thread pool get stuck sometimes when certain exceptions
> are thrown.
> The user thinks it is due to possible incorrect exception handling inside the
> Geode native client code
> This leads to application threads getting stuck as the thread pool is not
> available
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)