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

Avoid 10 minute goroutine leak in error case for handled errors #99

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

liggitt
Copy link
Contributor

@liggitt liggitt commented Jun 27, 2024

Addresses #92 for handled errors

I think there's more we could do here to shorten the 10 minute hang for unhandled errors, but this is a smaller safer first improvement.

cc @aojea @seans3

@thaJeztah
Copy link
Member

@dmcgowan @dims ptal

@thaJeztah
Copy link
Member

FWIW; I'm also happy to add more maintainers from the k8s folks familiar with the code and how it's used in k8s if that helps; I think k8s is currently the only consumer of this module (leaving that to @dims and others to consider; just wanted to mention that I wouldn't have objections)

connection.go Show resolved Hide resolved
@aojea
Copy link

aojea commented Jun 27, 2024

we are consuming it and it seems the plan we had to deprecate is going to take some time, we are interested in keeping it solid and only to fix bugs

It should not be problematic, at least from my side, as it seems it has been running in production for lot of years

@aojea
Copy link

aojea commented Jun 27, 2024

LGTM

Copy link
Collaborator

@dims dims left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dims dims merged commit a3b79af into moby:master Jun 27, 2024
4 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.

4 participants