[
https://issues.apache.org/jira/browse/GEODE-9368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384891#comment-17384891
]
ASF subversion and git services commented on GEODE-9368:
--------------------------------------------------------
Commit 198f66489d842994abbcbabd621c3ed6f4d8c730 in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=198f664 ]
GEODE-9368: Changes to support better resiliency for HA scenarios (#6686)
- Wrap all StripedExecutor.execute calls with
PartitionedRegion.computeWithPrimaryLocked.
- Handle RegionDestroyedException as a result of trying to lock a bucket
while the bucket is moving.
- Improve race condition handling in *ScanExecutor calls
- Rename responds with MOVED when the bucket is moving during the call.
- Convert tests to use Lettuce's RedisClusterClient
- Add a retry mechanism to various lettuce calls since the client does
not handle all failure cases.
- Fix TCL test script to ensure that buckets are created before running
the tests.
- Ignore RedisSessionDUnitTest for now - fix in GEODE-9437
> Upgrade to lettuce library that fixes reconnection issues
> ---------------------------------------------------------
>
> Key: GEODE-9368
> URL: https://issues.apache.org/jira/browse/GEODE-9368
> Project: Geode
> Issue Type: Bug
> Components: redis
> Reporter: Jens Deppe
> Priority: Major
> Labels: pull-request-available
>
> We found an issue with the lettuce library when doing failover testing:
> https://github.com/lettuce-io/lettuce-core/discussions/1757
> Wait until this change is merged into a released version of lettuce and
> update all tests disabled due to this problem.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)