rules_proto_grpc icon indicating copy to clipboard operation
rules_proto_grpc copied to clipboard

Please update gRPC to 1.43.0 or greater

Open rdesgroppes opened this issue 3 years ago • 2 comments

Description

Thanks for considering updating gRPC to version 1.43.0 or greater.

A few rationales why:

  • gRPC Core 1.43.0 fixes out-of-order delivery of XdsClient watcher notifications,
  • gRPC Java 1.43.0 fixes a NullPointerException with sensus as well as the way XdsServer handles some configurations,
  • gRPC Java 1.43.1 fixes a StatusRuntimeException: INTERNAL: Panic! This is a bug! when calling ManagedChannel.enterIdle,
  • Apache Beam 2.36.0 depends on gRPC Java 1.43.2, which leads us to manually resolve (strict) dependency conflicts (side note: Apache Beam 2.37.0 will add Java 17 support for Dataflow, so keeping up with is important to us).

rdesgroppes avatar Feb 18 '22 09:02 rdesgroppes

Could we upgrade gRPC to 1.44.0?

grpc/grpc#28406 (not listed in the release notes) is a nice fix for Bazel.

hankfanchiu avatar Feb 18 '22 21:02 hankfanchiu

I’ll be jumping to the latest version of all the dependencies in #178

aaliddell avatar Feb 19 '22 13:02 aaliddell