LiebingYu opened a new issue, #2019: URL: https://github.com/apache/fluss/issues/2019
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description Log4j2 registers a shutdown hook to perform cleanup operations. However, in the JVM, the execution order of multiple shutdown hooks is not guaranteed. This may cause Log4j2's shutdown hook to run before Fluss's shutdown hook, resulting in logs emitted during Fluss's shutdown phase not being captured. We can disable Log4j2's shutdown hook and instead shut it down manually using reflection. ### Willingness to contribute - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
