[
https://issues.apache.org/jira/browse/GEODE-8427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177350#comment-17177350
]
ASF subversion and git services commented on GEODE-8427:
--------------------------------------------------------
Commit 4637498e1f933d13f298b10b65dbc2af776c5c98 in geode's branch
refs/heads/develop from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4637498 ]
GEODE-8427: fix flaky test and do not throw memberDeparted (#5446)
* disabled test due to GEODE-8393
* SessionDUnitTests now use lettuce instead of jedis
This allows them to auto reconnect when servers go down
* fixed exception handling in test
> change redis to disconnect client instead of failing with memberDeparted
> ------------------------------------------------------------------------
>
> Key: GEODE-8427
> URL: https://issues.apache.org/jira/browse/GEODE-8427
> Project: Geode
> Issue Type: Improvement
> Components: redis
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: pull-request-available
>
> Currently when a redis operation fails because one of the servers departed
> while it was in progress an exception is thrown that contains
> "memberDeparted". Clients are required to handle this non-standard error
> message and decide if the operation should be retried or not.
> A better approach is to have the server close the client connection that the
> operation came in on. Some clients already handle this and support things
> like auto reconnect.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)