commit | 2df3d39c8dec5d8cffc13c2f587880c862e9cdaa | [log] [tgz] |
---|---|---|
author | Lauri Peltonen <lape@iki.fi> | Fri Feb 26 04:37:48 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 26 04:38:39 2021 -0800 |
tree | 7db70676132eaf53c5fa38ecfa5f7911feceaba8 | |
parent | 63bc1c7d0853dc187e4b96a490d733fb29f79664 [diff] |
[2/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS blobs Part 2: Switch to grpc 1.33.1. grpc-java versions 1.27 through 1.32 had a bug where messages could arrive after the call was reported clsoed. In the case of bazel, this meant that in GrpcCacheClient, onNext could be called after onError. This leads to offset bookkeeping getting out of sync, and corrupts the CAS blob download. https://github.com/bazelbuild/bazel/issues/12927 Closes #13105. PiperOrigin-RevId: 359732452
{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