dramaticlly opened a new pull request, #16108: URL: https://github.com/apache/iceberg/pull/16108
## Why The SnapshotUpdate interface today already has scanManifestsWith(ExecutorService) (from #4147) which lets callers control the executor used for reading/scanning manifests. However, writing manifests during snapshot commit still hardcodes `ThreadPools.getWorkerPool()` for parallel manifest writes. This means callers cannot control the thread pool used for I/O-heavy manifest writes and coordinate on shutdown behavior (see #15031) also difficult to pass additional contextual information such as tagging/logging/metrics for debug the problem. -- 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]
