xxubai opened a new issue, #4269: URL: https://github.com/apache/amoro/issues/4269
### Search before asking - [x] I have searched the existing issues and found no similar issue. ### What would you like to be improved? Amoro uses deprecated Iceberg system configuration and thread-pool factory APIs for self-optimizing manifest planning and commit work. The initialization scope is also unclear, which makes it difficult to add isolated scan/plan pools for future Iceberg local processes. ### How should we improve? - Replace deprecated `SystemProperties` and `ThreadPools.newWorkerPool()` APIs. - Initialize self-optimizing planning and commit pools from `Configurations`, with explicit one-time process scope. - Document each pool's usage scope and keep initialization extensible so snapshot expiration, data expiration, and other Iceberg processes can add independent scan/plan pools from process configuration later. ### Are you willing to submit PR? - [x] Yes, I am willing to submit a PR. ### Code of Conduct - [x] I agree to follow this project's Code of Conduct. -- 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]
