danielcweeks commented on PR #12707: URL: https://github.com/apache/iceberg/pull/12707#issuecomment-2776284957
This actually looks like it might be an issue related to the test setup. We're allowing up to [1 second for retry wait](https://github.com/apache/iceberg/blob/14122cb736dcc0db52e48caf183d92eb1272da86/core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java#L433) along with 5 concurrent threads each committing 10 files, but only giving `10s` awaitility time. We might want to drop the 1 second retry time to `100ms` or increate the wait time. -- 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