wardlican commented on PR #3521: URL: https://github.com/apache/amoro/pull/3521#issuecomment-2809275330
> Can you explain this change. Why make the thread be a daemon thread This design not only ensures graceful exit during normal shutdown, but also provides an additional safety guarantee through the characteristics of daemon threads to prevent threads from preventing JVM exit under abnormal circumstances. -- 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]
