singhpk234 commented on code in PR #16770:
URL: https://github.com/apache/iceberg/pull/16770#discussion_r3397967092


##########
core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java:
##########
@@ -426,8 +426,10 @@ public void testConcurrentFastAppends(@TempDir File dir) 
throws Exception {
             SCHEMA,
             SPEC,
             ImmutableMap.of(
+                // Use a high retry count so no committer exhausts its retries 
under the forced
+                // lock-step contention below (matches 
Test{Jdbc,Hive}TableConcurrency).
                 COMMIT_NUM_RETRIES,
-                String.valueOf(threadsCount),
+                "20",

Review Comment:
   why 20 ? 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to