stream2000 commented on PR #7918: URL: https://github.com/apache/hudi/pull/7918#issuecomment-1429231915
> > Make Timer as a daemon thread can solve the issue but currently Timer is implemented in java.utils so maybe we need to implement out own Timer to make it a daemon > > @stream2000 how about `new Timer(true)` @KnightChess Thanks for your suggestion, I agree that it's more reasonable to make it a daemon thread, will push a new commit to fix it -- 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]
