forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2/3] Bump grpc to 1.32.x to fix a too_many_pings regression
Part 2: switch to v1.32.x 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 bazelbuild#12264 Note: also an attempt and disabling auto flow by default is made in bazelbuild#12266 Also turn auto flow control feature back on This reverts commit 6e94b05. Closes bazelbuild#12288. PiperOrigin-RevId: 337485572
- Loading branch information
Showing
2 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters