Skip to content
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

Improves reconnection responsiveness #208

Merged

Conversation

mzimbres
Copy link
Collaborator

As the user points out in

wait_for_all might be the cause of delay in the reconnection. I could not observe any improvement in my local setup but wait_for_one_error look the correct token and all tests pass so I am willing to change it.

@mzimbres mzimbres linked an issue Aug 18, 2024 that may be closed by this pull request
@mzimbres
Copy link
Collaborator Author

@VemundH I can't reproduce you problems locally so you might want to test this before I merge it.

@mzimbres
Copy link
Collaborator Author

@pdimov I am trying to add @anarthal as a reviewer here but couldn't although I had admin rights. In Settings I clicked on write and now I don't even see the Settings button again. Can you help me?

@pdimov
Copy link
Member

pdimov commented Aug 18, 2024

Made you back an admin.

@mzimbres mzimbres requested a review from anarthal August 18, 2024 10:20
@mzimbres mzimbres force-pushed the 205-it-takes-a-long-time-to-detect-connection-lost branch from b190a5f to f1136e3 Compare August 18, 2024 17:06
@VemundH
Copy link

VemundH commented Aug 19, 2024

@mzimbres It does not look like wait_for_one_error solved my problem. Added a comment in #205

I am testing by running redis in a docker container. Then stopping and starting the container.

@mzimbres mzimbres force-pushed the 205-it-takes-a-long-time-to-detect-connection-lost branch from f1136e3 to 4cfe146 Compare September 8, 2024 20:18
As the user points out in

   #205

wait_for_all might be the cause of delay in the
reconnection. I could not observe any improvement in my
local setup but wait_for_one_error look the correct token
and all tests pass so I am willing to change it.
@mzimbres mzimbres force-pushed the 205-it-takes-a-long-time-to-detect-connection-lost branch from 4cfe146 to e9c8ab4 Compare September 9, 2024 20:24
@mzimbres mzimbres merged commit 9039c3c into develop Sep 15, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It takes a long time to detect connection lost
3 participants