Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gRPC to 1.63 due to client retry fixed in this version of gRPC #396

Open
debraj-manna opened this issue Apr 6, 2024 · 1 comment

Comments

@debraj-manna
Copy link

There was an open issue in gRPC which caused the gRPC client thread to hang when retry is enabled. The issue has been discussed in StackOverflow and also in the gRPC google group

  1. blockingUnaryCall hangs forever if retries are enabled grpc/grpc-java#10838
  2. https://stackoverflow.com/q/78060415/785523
  3. https://groups.google.com/g/grpc-io/c/sBKU86VIgAM/m/vC5jsozCAQAJ

The issue is fixed in gRPC 1.63. Can gRPC be upgraded to this version?

@debraj-spotnana
Copy link

This is fixed in grpc-spring, grpc-ecosystem/grpc-spring#1030

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants