gRPC-Java v1.36.2 released

16 views
Skip to first unread message

Eric Anderson

unread,
May 26, 2021, 6:47:33 PM5/26/21
to grpc-io
gRPC Java 1.36.2 is released and available on Maven Central. https://github.com/grpc/grpc-java/releases/tag/v1.36.2

Bug Fixes
  • grpclb: fixed a day-one issue that the control plane RPC are using the same Context as the inbound application RPC, which can cause control plane RPC aborted when the inbound application RPC completes.
  • netty: Fixed a bug that client RPCs may fail with a wrong exception with message "Maximum active streams violated for this endpoint" when receiving GOAWAY while MAX_CONCURRENT_STREAMS is reached. After the fix the client RPC should fail with UNAVAILABLE status in such a scenario. (#8020)
  • xds: Fixed a bug that xDS users may experience null pointer exception in rare cases (#8087)
  • xds: the xDS resolver did not clear its state when control plane resources were revoked before offloading the xDS LB plugin. It would treat the next update as duplicate if the control plane recovers and never comes back to use those resources. Now this is fixed.
Reply all
Reply to author
Forward
0 new messages