We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After resolving this vertx-grpc issue Quarkus GRPC client hangs on big messages.
The client should produce some kind of error.
It hangs forever without completion.
I have a small reproducer with test failing on timeout https://github.com/alex-pumpkin/quarkus-grpc-client-hangs-reproducer
uname -a
ver
Linux ap 5.15.0-121-generic #131-Ubuntu SMP Fri Aug 9 08:29:53 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
java -version
openjdk version "17.0.12" 2024-07-16 OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04) OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04, mixed mode, sharing)
3.15.2
mvnw --version
gradlew --version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
No response
The text was updated successfully, but these errors were encountered:
/cc @alesj (grpc), @cescoffier (grpc)
Sorry, something went wrong.
@alex-pumpkin was this fixed by your recent PR?
@cescoffier no. My reproducer is fixed, because default limit is 4MB now. But it still hangs if message is larger.
Vertx GRPC client just sends reset to the stream but does not emit any error.
"Legacy" client returns StatusRuntimeException with CANCELLED status when message exceeds the limit
No branches or pull requests
Describe the bug
After resolving this vertx-grpc issue Quarkus GRPC client hangs on big messages.
Expected behavior
The client should produce some kind of error.
Actual behavior
It hangs forever without completion.
How to Reproduce?
I have a small reproducer with test failing on timeout https://github.com/alex-pumpkin/quarkus-grpc-client-hangs-reproducer
Output of
uname -a
orver
Linux ap 5.15.0-121-generic #131-Ubuntu SMP Fri Aug 9 08:29:53 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "17.0.12" 2024-07-16 OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04) OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04, mixed mode, sharing)
Quarkus version or git rev
3.15.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Additional information
No response
The text was updated successfully, but these errors were encountered: