Lettuce failed to reconnect when connection is broken #3373
exceptionplayer
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @exceptionplayer ,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using lettuce 6.5.2.RELEASE to connect to my redis cluster.
When something is wrong with the network, the connection will be broken, but it fails to reconnect when the network is normal.
From the logs I can see that, the connection is broken:
But I don't see any
ReconnectAttemptEvent
being logged, but the code in ConnectionWatchDog shows that it will publish a ReconnectAttemptEvent to eventbus each time a reconnect attempt is made.Reconnect is import, but it does not seem to work properly, but it is not easy to reproduce this issue.
I am just here to seek some advice, anything will be helpful, thanks
Beta Was this translation helpful? Give feedback.
All reactions