pvary commented on PR #11073: URL: https://github.com/apache/iceberg/pull/11073#issuecomment-2338174338
@fengjiajie: Does this mean, that you have submitting 1091 jobs in the span of 2 minutes? I see that the default timeout for the `MoreExecutors.getExitingExecutorService` is 120s ``` final ExecutorService getExitingExecutorService(ThreadPoolExecutor executor) { return this.getExitingExecutorService(executor, 120L, TimeUnit.SECONDS); } ``` Or is this a guava issue, that the application is not cleared even after the timeout is reached? -- 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