Extremely high rate of connection attempts in HA scenario #2074
Unanswered
jdeppe-pivotal
asked this question in
Q&A
Replies: 0 comments
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.
-
We're developing a Redis-compatible cluster backend and are using Lettuce and Spring for some integration testing. One of the test scenarios involves crashing and restarting a backend server while operations are occurring. I've observed the following (after enabling lettuce debug logging):
The thread, attempting to perform an operation against the crashed server, logs over 25000 messages like the following in just 4 seconds:
After this massive burst of messages, nothing else is logged by this thread and the operation eventually times out after 1 minute.
Could someone explain what is happening here? Specifically in regards to the huge number of retries in such a short timeframe.
Beta Was this translation helpful? Give feedback.
All reactions