Skip to content
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

[WFLY-18952] Migrate operations for MP OpenTracing and MP Metrics are failing #17559

Merged
merged 1 commit into from Feb 1, 2024

Conversation

jasondlee
Copy link
Contributor

https://issues.redhat.com/browse/WFLY-18952

Correct the path handling code in the migrate ops
Fix typo on extension name for MP Metrics

Copy link
Contributor

@bstansberry bstansberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work as readResourceFromRoot(address, false) will return a resource that has no grandchildren (the javadoc explains the details). So root.navigate will not work properly in a domain, where the subsystem resource is a grandchild of the root, not a child.

My specific comments below will fix it.

… failing

Correct the path handling code in the migrate ops
Fix typo on extension name for MP Metrics
@jasondlee
Copy link
Contributor Author

My specific comments below will fix it.

Changes made and pushed.

Copy link
Contributor

@emmartins emmartins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested manually with the migration tool (cherry-picking this commit to xp5 dev branch), all good, both ops did run successfully, no sign of the reported issues.

@darranl
Copy link
Contributor

darranl commented Jan 29, 2024

@bstansberry did you want to take another look? If not I will probably go ahead with a merge in the morning.

@darranl darranl merged commit e006c84 into wildfly:main Feb 1, 2024
13 checks passed
@jasondlee jasondlee deleted the WFLY-18952 branch May 15, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants