ringles commented on a change in pull request #6805:
URL: https://github.com/apache/geode/pull/6805#discussion_r696751920
##########
File path:
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/netty/ExecutionHandlerContext.java
##########
@@ -180,6 +181,12 @@ private RedisResponse
getExceptionResponse(ChannelHandlerContext ctx, Throwable
} else if (rootCause instanceof InterruptedException
|| rootCause instanceof CacheClosedException) {
return RedisResponse.error(RedisConstants.SERVER_ERROR_SHUTDOWN);
+ } else if (rootCause instanceof ForcedDisconnectException) {
Review comment:
Is there a plan/ticket/record of the plan to remove this once jedis is
confirmed to be fixed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]