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

deps: upgrade yamux from v0.1.1 to v0.1.2 #24058

Merged
merged 3 commits into from
Sep 24, 2024
Merged

deps: upgrade yamux from v0.1.1 to v0.1.2 #24058

merged 3 commits into from
Sep 24, 2024

Conversation

schmichael
Copy link
Member

The main point of this dependency upgrade is to pull in the fixes in hashicorp/yamux#127 which prevents leaking deadlocked goroutines. It has been observed to improve the issue in #23305 but does not seem sufficient to fix it entirely.

Since touching yamux is a rare and scary event (bugs can have pathological consequences at scale), I do not intend to backport this. If we discover the improvements are stable and significant enough, or if further fixes land in yamux, backporting can be done at that time.

The main point of this dependency upgrade is to pull in the fixes in
hashicorp/yamux#127 which prevents leaking deadlocked goroutines. It has
been observed to improve the issue in #23305 but does not
seem sufficient to fix it entirely.

Since touching yamux is a rare and scary event, I do **not** intend to
backport this. If we discover the improvements are stable and
significant enough, or if further fixes land in yamux, backporting can
be done at that time.
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

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

LGTM but it needs a go mod tidy first

@schmichael
Copy link
Member Author

LGTM but it needs a go mod tidy first

Doh, done, thanks. I really need a script that just runs go mod tidy before and after any other go command I run.

@schmichael schmichael merged commit 93bf7ca into main Sep 24, 2024
26 checks passed
@schmichael schmichael deleted the dep-yamux branch September 24, 2024 18:55
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