aokolnychyi commented on code in PR #8755: URL: https://github.com/apache/iceberg/pull/8755#discussion_r1353979495
########## core/src/main/java/org/apache/iceberg/SystemConfigs.java: ########## @@ -42,6 +42,13 @@ private SystemConfigs() {} Math.max(2, Runtime.getRuntime().availableProcessors()), Integer::parseUnsignedInt); + public static final ConfigEntry<Integer> DELETE_WORKER_THREAD_POOL_SIZE = + new ConfigEntry<>( + "iceberg.worker.delete-num-threads", + "ICEBERG_WORKER_DELETE_NUM_THREADS", + 4 * Runtime.getRuntime().availableProcessors(), Review Comment: Yeah, it is configurable, we just need to make sure the default value is reasonable. -- 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