[
https://issues.apache.org/jira/browse/GEODE-9411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17379402#comment-17379402
]
ASF subversion and git services commented on GEODE-9411:
--------------------------------------------------------
Commit 90bc5b7e25b445517494e941a248fcf5665775c7 in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=90bc5b7 ]
Revert "GEODE-9411: Do not close channel on IOException processing Redis
command (#6673)" (#6693)
This reverts commit e20567b1ba18ea3848b5a98d1aefabe38a2670ce.
> 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)