pan3793 commented on issue #4814: URL: https://github.com/apache/kyuubi/issues/4814#issuecomment-3864147652
Oh, interesting, the reason should be: AtlasClient is initialized lazily, and it will add a shutdown hook during initialization. but if we catch and swallow the exception on `registerCleanupShutdownHook`, `AtlasClient` may not be able to close properly and results to leak (e.g., non-daemon threads might blocks driver JVM from exiting), so we may need to find another way to init the AtlasClient earlier -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
