nastra commented on code in PR #11654: URL: https://github.com/apache/iceberg/pull/11654#discussion_r1888104196
########## core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java: ########## @@ -421,7 +423,13 @@ public void testConcurrentFastAppends(@TempDir File dir) throws Exception { TABLES.create( SCHEMA, SPEC, - ImmutableMap.of(COMMIT_NUM_RETRIES, String.valueOf(threadsCount)), + ImmutableMap.of( + COMMIT_NUM_RETRIES, + String.valueOf(threadsCount), + COMMIT_MIN_RETRY_WAIT_MS, + "10", Review Comment: Without your changes the test takes 48s for me locally. With your changes it takes 37s. Adding COMMIT_MAX_RETRY_WAIT_MS = "1000" brings it down to 22s, so I would also specify this setting -- 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