CheckpointOpenFileException occurred with spring boot log files #31680
Labels
for: external-project
Needs a fix in external project
status: duplicate
A duplicate of another issue
Affects: 6.1.1
I am currently working on integrating CRaC support with Spring Boot 3.2.0, as detailed in this GitHub pull request.
During the checkpoint phase, I encountered an issue. It appears that the application's logging file,
/opt/logs/qa-bot.log
(which you can find defined here), may not be closing properly.The application utilizes Logback for logging. Could this be a configuration oversight on my part, or is Logback possibly not yet compatible?
The text was updated successfully, but these errors were encountered: