-
Notifications
You must be signed in to change notification settings - Fork 31
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
[Bug] Hang on opening JMX connection #1778
Comments
|
@ebaron it might therefore be useful to force |
Mistakenly closed by the previous PR - that is only a mitigation, it helps detect this case and allow container management systems to restart Cryostat, but does not actually prevent this from happening. |
Current Behavior
Expected Behavior
If the JMX connection cannot be opened within the defined timeout, the connection attempt should be aborted.
This stack trace indicates that not only is the connection not aborted, but that the connection is being done directly on a Vertx workerpool thread instead of an additional application-managed thread as it probably should be.
Steps To Reproduce
No response
Environment
Anything else?
Probably related:
The text was updated successfully, but these errors were encountered: