[1/3] Bump grpc to 1.32.x to fix a too_many_pings regression
Part 1: add v1.32.x version to third_party/grpc
Note: partly switches to v1.32.x too as not all bits are versioned and
some of unversioned bits are used from other third_party targets
Composed PR: https://github.com/bazelbuild/bazel/pull/12273
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
https://github.com/bazelbuild/bazel/issues/12264
Note: also an attempt and disabling auto flow by default is made in
https://github.com/bazelbuild/bazel/pull/12266
Closes https://github.com/bazelbuild/bazel/pull/12279
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md