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

Change notify_waiters to notify_one on broken conns #225

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

tneely
Copy link
Contributor

@tneely tneely commented Oct 15, 2024

When a connection is dropped but broken, we notify all waiting get requests that they should try again. This is done in order to ensure we have enough pending connections to serve all in- flight gets. Because only a single connection dropped however, we only need to notify one waiter to refresh, not all of them.

I'm moving this from #223 just to prove it doesn't break any tests.

When a connection is dropped but broken, we notify all waiting
get requests that they should try again. This is done in order
to ensure we have enough pending connections to serve all in-
flight gets. Because only a single connection dropped however,
we only need to notify one waiter to refresh, not all of them.
@tneely tneely mentioned this pull request Oct 15, 2024
@djc djc merged commit 6204b0d into djc:main Oct 15, 2024
7 of 8 checks passed
@tneely tneely deleted the tneely/notify branch October 15, 2024 23:35
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.

2 participants