-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Server Selection after Redis Cluster Failover #2778
Comments
related to #1874 "Seamlessly handling Elasticache (AWS)" failovers but not specific to AWS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During maintenance we cycle our Redis Servers and failovers happen and cluster is becomes healthy again. However, even hours after doing an experiment where we rebooted all the servers, the
ConnectionMultiplexer
continues have issues with server section with a stack trace related to this. The only way to resolve the problem is to restart the service or recreate multiplexers. We've tried the using the latest client version 2.8.0 withHeartbeatConsistencyChecks
enabled.We are not using an
CommandFlags
to override server selection and are using the method overload:Since Redis Cluster is not actually throwing this error the bug must be an issue with a mismatch in local state of this client triggered by server maintenance.
The text was updated successfully, but these errors were encountered: