[ https://issues.apache.org/jira/browse/GEODE-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15947883#comment-15947883 ]
ASF subversion and git services commented on GEODE-2619: -------------------------------------------------------- Commit f3a2ef4c85adc5dcfbdfc9ea5906f1bfefa6011a in geode's branch refs/heads/develop from [~nnag] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=f3a2ef4 ] GEODE-2619: Lucene APIs unwrap function exception and throw the cause. * This is done so that users do not encounter Function Exceptions while executing Lucene APIs. This closes #434 > Function execution on server must handle CacheClosedException > ------------------------------------------------------------- > > Key: GEODE-2619 > URL: https://issues.apache.org/jira/browse/GEODE-2619 > Project: Geode > Issue Type: Bug > Components: functions > Reporter: nabarun > > While a client is executing a function on a server, and the connection is > disconnected, it must throw a CacheClosedException. > Currently, executeOnServer method in ServerRegionFunctionExecutor class wraps > the CacheClosedException into a FunctionException and throws it. -- This message was sent by Atlassian JIRA (v6.3.15#6346)