pvary commented on issue #15031: URL: https://github.com/apache/iceberg/issues/15031#issuecomment-3737843347
@QiuYucheng2003: Could we just replace the `newExitingWorkerPool` with `newFixedThreadPool` wherever we have `close` method, like `S3FileIO`, `HadoopFileIO`, `RESTMetricsReporter`, `AuthSessionCache`, and use `ThreadPools.getWorkerPool().shutdown()` and `ThreadPools.getDeleteWorkerPool().shutdown()` for shutting down our other pools. Maybe we could create a util method for the later. -- 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]
