[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
Please register or sign in to comment