-
Notifications
You must be signed in to change notification settings - Fork 986
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
Warning when refreshing topology #756
Comments
Thanks for reporting the issue. It's a synchronization error. |
Have you customized |
There's a snapshot version ( |
Yes, you are right. Both places (SocketOptions.connectionTimeout, RedisURI.getTimeout) contain our customizations. Thanks for the quick fix. It is not straightforward to test it but we will give it a try. When is the new version planned for release? |
If you make sure that connection timeout is less than the command timeout (by a second or so to be on the safe side), you shouldn't see that issue. Not quite sure about the release date. Lettuce 5.0.2.RELEASE is being picked up by Spring Boot today. If the workaround with connection timeouts works, I'd schedule a release for the end of April. |
connection_timeout=2000, read_timeout=1000. So exactly the other way around. We will go with your suggestion and see how is going. |
Our application is getting intermittently this warning (every several hours). Looks like it is related to the issue #656 but the stack trace looks bit different. We cannot upgrade yet to any newer 5.0.* versions. Can it be a bug?
Lettuce version: 5.0.1.RELEASE
JDK version: 8.0.121
Thanks
The text was updated successfully, but these errors were encountered: