-
Notifications
You must be signed in to change notification settings - Fork 10
fix(target-analysis): handle subscription on non-eventloop executor #962
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
base: main
Are you sure you want to change the base?
fix(target-analysis): handle subscription on non-eventloop executor #962
Conversation
This PR/issue depends on:
|
/build_test |
Workflow started at 6/30/2025, 5:28:22 PM. View Actions Run. |
No OpenAPI schema changes detected. |
No GraphQL schema changes detected. |
CI build and push: At least one test failed ❌ |
Failure looks like the typical one that should be fixed by #961 . |
This reverts commit a466c0f.
872674e
to
b089f1d
Compare
@Josh-Matsuoka have you also reviewed the changes in #949 which this is based on? |
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Fixes: #950
Based on #949
Depends on #949
Description of the change:
Prevents a hang (apparent deadlock) that results from the snapshot creation
Uni
subscription being handled by the default Quarkus/Vert.x eventloop thread. Shuffling this work off to the default executor frees up the event loop and keeps things moving.How to manually test:
./smoketest.bash -O -t quarkus-cryostat-agent
http://
Quarkus/Cryostat Agent testing applicationAnalyze
toolbar button, then the process automation icon in the top right corner