Donal Evans created GEODE-9411: ---------------------------------- Summary: ExecutionHandlerContext.getExceptionResponse() should not close the client connection on IOException Key: GEODE-9411 URL: https://issues.apache.org/jira/browse/GEODE-9411 Project: Geode Issue Type: Bug Components: redis Affects Versions: 1.15.0 Reporter: Donal Evans
In {{ExecutionHandlerContext.getExceptionResponse()}} we always return a response of some kind to the client, except for if we hit an {{IOException}} during command execution, in which case we close the client connection and don't send any reply. This behaviour is leftover from the now-removed function execution approach that Radish was taking, so should also be removed. -- This message was sent by Atlassian Jira (v8.3.4#803005)