-
Notifications
You must be signed in to change notification settings - Fork 3.7k
bump google.golang.org/grpc v1.20.1 #3192
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
Conversation
Ah, let me update;
|
c0f4f17
to
45be0e1
Compare
Codecov Report
@@ Coverage Diff @@
## master #3192 +/- ##
==========================================
+ Coverage 44.66% 44.95% +0.28%
==========================================
Files 113 113
Lines 12156 12233 +77
==========================================
+ Hits 5430 5499 +69
+ Misses 5893 5891 -2
- Partials 833 843 +10
Continue to review full report at Codecov.
|
pkg/dialer/dialer.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we support ctx.Cancel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My current approach is a bit dirty yeah; I'm not too familiar with these, so better suggestions are definitely welcome (was also thinking of reversing the logic and use context as the default)
If you can show a quick example, I'm happy to add it 😅
45be0e1
to
a890d4b
Compare
updated to v1.20 to include includes grpc/grpc-go#2695 transport: do not close channel that can lead to panic (also see moby/moby#39053) |
a890d4b
to
9c88ee1
Compare
Don't think failure is related, but I'll re-push to trigger CI;
|
9c88ee1
to
e37ef00
Compare
Seems to break BuildKit, though it might not be problematic for containerd per se: moby/buildkit#936 |
full diff: grpc/grpc-go@v1.12.0...v1.12.2 - grpc/grpc-go#2074 transport/server: fix race between writing status and header - fix grpc/grpc-go#1972 Possible race sending headers from server while receiving message over size limit - grpc/grpc-go#2074 transport: account for user configured small io write buffer - fix grpc/grpc-go#2089 Server abruptly terminates connections if write buffer is small enough Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: grpc/grpc-go@v1.12.2...v1.20.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
e37ef00
to
2ed8e60
Compare
I think the failed case is flaky one. @thaJeztah could you repush it again? |
ping @AkihiroSuda is it the same issue to the buildkitd one? |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Bumping in two steps, so that I can cherry-pick the first one into the 1.2 release (assuming we don't want to bump too many versions in that branch);
bump google.golang.org/grpc v1.12.2
full diff: grpc/grpc-go@v1.12.0...v1.12.2
bump google.golang.org/grpc v1.20.1
full diff: grpc/grpc-go@v1.12.2...v1.20.1
includes grpc/grpc-go#2695 transport: do not close channel that can lead to panic