-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Wrong parentId tracking in FlightRecorderApplicationStartup #34128
Comments
Thanks for the report but Spring Boot 2.5.15 is out of open source support. We can reopen this issue if you can reproduce the problem on a supported version. |
I tried to use the '3.4.1 'version, and it seems to be the same: |
An issue related to Spring Boot, migrating to: spring-projects/spring-boot#43615 |
After making this change, everything is normal: This is the jfr file after my test: |
Sorry for the delay @youngledo I'll have a look this week. |
It looks like the eventId and parentId of the JFR events generated by 'FlightRecorderApplicationStartup' do not match.
I don't know if I did something wrong?
Here is my sample code and JVM parameters:
Additional
Spring Boot Version: 2.5.15
The text was updated successfully, but these errors were encountered: