fengjiajie commented on PR #11073: URL: https://github.com/apache/iceberg/pull/11073#issuecomment-2345730971
@pvary: Thanks for your reply. I've reviewed all the places where `ThreadPools.newWorkerPool` is used. It seems that only a few of them are static and long-lived. Most of the others are explicitly shut down. Given this, do you think it makes sense to modify `ThreadPools.newWorkerPool` to not wrap it with `ExitingExecutorService` by default? This is to prevent potential issues where other developers might use `ThreadPools.newWorkerPool` without realizing that it registers a shutdown hook. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org