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

It looks like the eventId and parentId of the JFR events generated by 'FlightRecorderApplicationStartup' do not match. #34128

Open
youngledo opened this issue Dec 20, 2024 · 3 comments
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: waiting-for-triage An issue we've not yet triaged or decided on

Comments

@youngledo
Copy link

youngledo commented Dec 20, 2024

It looks like the eventId and parentId of the JFR events generated by 'FlightRecorderApplicationStartup' do not match.
image
image

I don't know if I did something wrong?

Here is my sample code and JVM parameters:

@SpringBootApplication
public class StartApplication {

    public static void main(String[] args) {
        SpringApplication springApplication = new SpringApplication(StartApplication.class);
        springApplication.setApplicationStartup(new FlightRecorderApplicationStartup());
        springApplication.run(args);
    }
}
-XX:StartFlightRecording:filename=/data/app.jfr,duration=30s -XX:FlightRecorderOptions=stackdepth=192

Additional

Spring Boot Version: 2.5.15

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Dec 20, 2024
@bclozel bclozel transferred this issue from spring-projects/spring-boot Dec 20, 2024
@bclozel bclozel added the in: core Issues in core modules (aop, beans, core, context, expression) label Dec 20, 2024
@bclozel
Copy link
Member

bclozel commented Dec 20, 2024

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.

@bclozel bclozel closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2024
@bclozel bclozel added status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Dec 20, 2024
@youngledo
Copy link
Author

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:

image

@bclozel bclozel reopened this Dec 21, 2024
@bclozel bclozel added status: waiting-for-triage An issue we've not yet triaged or decided on and removed status: invalid An issue that we don't feel is valid labels Dec 21, 2024
@youngledo
Copy link
Author

An issue related to Spring Boot, migrating to: spring-projects/spring-boot#43615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: waiting-for-triage An issue we've not yet triaged or decided on
Projects
None yet
Development

No branches or pull requests

3 participants