[
https://issues.apache.org/jira/browse/GEODE-9411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17376683#comment-17376683
]
ASF subversion and git services commented on GEODE-9411:
--------------------------------------------------------
Commit e20567b1ba18ea3848b5a98d1aefabe38a2670ce in geode's branch
refs/heads/develop from Donal Evans
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e20567b ]
GEODE-9411: Do not close channel on IOException processing Redis command (#6673)
Authored-by: Donal Evans <[email protected]>
> 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
> Assignee: Donal Evans
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> 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)