nastra commented on code in PR #11654:
URL: https://github.com/apache/iceberg/pull/11654#discussion_r1860894153


##########
core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java:
##########
@@ -421,7 +422,7 @@ 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, "10", 
COMMIT_MIN_RETRY_WAIT_MS, "10"),

Review Comment:
   why are we updating the number of retries? Also with Hadoop the other 
component that might affect longer durations is the lock manager's 
timeout/interval settings: 
https://github.com/apache/iceberg/blob/34cd01ba2e057866cdb13db8f9919bc98e11e638/core/src/main/java/org/apache/iceberg/CatalogProperties.java#L138-L151



-- 
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

Reply via email to