Skip to content

Commit

Permalink
[3/3] Bump grpc to 1.32.x to fix a too_many_pings regression
Browse files Browse the repository at this point in the history
Part 3: remove 1.31.1 from third_party/grpc

grpc-java transition from v1.26.0 to v1.31.1 enabled auto flow control
which  started failing in RBE with

io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Bandwidth exhausted
HTTP/2 error code: ENHANCE_YOUR_CALM
Received Goaway
too_many_pings

grpc-java v1.32.2 has a bugfix attempt on that
grpc v1.32.0 also has something new around keepalive pings

Hopefully version bump to those helps

#12264

Note: also an attempt and disabling auto flow by default is made in
#12266

Closes #12289
  • Loading branch information
dmivankov authored and meteorcloudy committed Oct 19, 2020
1 parent 2aa4fb2 commit f6a1805
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 91 deletions.
2 changes: 1 addition & 1 deletion third_party/grpc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ load("//tools/distributions:distribution_rules.bzl", "distrib_java_import", "dis

licenses(["notice"]) # Apache v2

exports_files(["grpc_1.31.1.patch", "grpc_1.32.0.patch"])
exports_files(["grpc_1.32.0.patch"])

package(default_visibility = ["//visibility:public"])

Expand Down
Binary file removed third_party/grpc/grpc-api-1.31.1.jar
Binary file not shown.
Binary file removed third_party/grpc/grpc-auth-1.31.1.jar
Binary file not shown.
Binary file removed third_party/grpc/grpc-context-1.31.1.jar
Binary file not shown.
Binary file removed third_party/grpc/grpc-core-1.31.1.jar
Binary file not shown.
Binary file removed third_party/grpc/grpc-netty-1.31.1.jar
Binary file not shown.
Binary file removed third_party/grpc/grpc-protobuf-1.31.1.jar
Binary file not shown.
Binary file removed third_party/grpc/grpc-protobuf-lite-1.31.1.jar
Binary file not shown.
Binary file removed third_party/grpc/grpc-stub-1.31.1.jar
Binary file not shown.
90 changes: 0 additions & 90 deletions third_party/grpc/grpc_1.31.1.patch

This file was deleted.

0 comments on commit f6a1805

Please sign in to comment.