-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Unable to retrieve status for gRPC service #21317
Comments
@geoand do you remember what's the reason for checking if host:port that Quarkus listens to is printed in the log and not for the info that Quarkus has started? |
This is needed to support HTTP services that have a random port set. If this should not be done for gRPC services, then we might need something custom |
With grpc, and without http, we don't have this line in the log at all. I'll try to figure something out for this case. |
fixes quarkusio#21317 (cherry picked from commit 7e43de2)
Describe the bug
When running IntegrationTests with
@grpcService
and not an HTTP server, Quarkus is not able to retrieve the status of the running process and it fails with the following error:Expected behavior
The IntegrationTests fail to start because the process status cannot be retrieved
Actual behavior
The IntegrationTests start normally
How to Reproduce?
The following repository contains a reproducer where the last commit contains the addition of the quarkus-vertx-http:
https://github.com/ruromero/grpc-deps-reproducer/tree/main/grpc-impl
Output of
uname -a
orver
Linux 5.14.14-200.fc34.x86_64 #1 SMP Wed Oct 20 16:15:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk 11.0.13 2021-10-19 OpenJDK Runtime Environment 18.9 (build 11.0.13+8) OpenJDK 64-Bit Server VM 18.9 (build 11.0.13+8, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.4.1.Final
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: