-
Notifications
You must be signed in to change notification settings - Fork 987
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
Exception thrown during RedisClusterClient shutdown #1800
Comments
I'm currently not sure where the bug is. |
Just to be clear - |
…ces #1800 shutdown now uses copies of mutable collections to process shutdown signals to avoid concurrent modification exceptions.
…ces #1800 shutdown now uses copies of mutable collections to process shutdown signals to avoid concurrent modification exceptions.
…ces #1800 shutdown now uses copies of mutable collections to process shutdown signals to avoid concurrent modification exceptions.
That's fixed now. Care to run tests against the latest snapshots (via https://oss.sonatype.org/content/repositories/snapshots/)? |
Looks like it's good now. Thanks again @mp911de !! |
Bug Report
Current Behavior
While using lettuce against a cluster where nodes are being stopped and restarted, the following exception is thrown when the test shuts down the
RedisClusterClient
Input Code
The
RedisClusterClient
is configured as follows:Expected behavior/code
shutdown
should not produce any errors.Environment
The text was updated successfully, but these errors were encountered: