-
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
fix(discovery): retry failed target connections #1593
fix(discovery): retry failed target connections #1593
Conversation
Test image available:
|
Test image available:
|
bc7f5be
to
d84d94d
Compare
Test image available:
|
Test image available:
|
Test image available:
|
Test image available:
|
Test image available:
|
Test image available:
|
Test image available:
|
Test image available:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!!
I tested with a sample vertx deployment: https://gist.github.com/tthvo/d8a2b727953b1c47b6b7095de658496b. The target appears in discovery tree (i.e topology) but shows warning. Then sometime later, I can see the target is updated with a valid JVM ID.
9f93e2c
to
2fd8d2e
Compare
Test image available:
|
Test image available:
|
1 similar comment
Test image available:
|
Test image available:
|
Test image available:
|
Test image available:
|
2fd8d2e
to
282bfa9
Compare
Test image available:
|
Test image available:
|
(cherry picked from commit bf86535) # Conflicts: # compose/compose-cryostat.yaml # compose/compose-vertx-jmx.yaml # smoketest-docker.sh # smoketest.sh
* fix(discovery): retry failed target connections (#1593) (cherry picked from commit bf86535) # Conflicts: # compose/compose-cryostat.yaml # compose/compose-vertx-jmx.yaml # smoketest-docker.sh # smoketest.sh * cherrypick fixup * remove cherry-pick added unneeded files * fix podman discovery labels for older version --------- Co-authored-by: Andrew Azores <[email protected]>
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 #1577