rbalamohan opened a new issue, #6218:
URL: https://github.com/apache/iceberg/issues/6218

   ### Apache Iceberg version
   
   _No response_
   
   ### Query engine
   
   _No response_
   
   ### Please describe the bug 🐞
   
   COMMIT_MIN_RETRY_WAIT_MS_DEFAULT has been set to 100ms. Though it has 4 
retries, with exponential backoffs, it mostly would be complete within 1-2 
seconds. 
   
   
https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/TableProperties.java#L89
   
   For large tables, it can take couple of seconds for commit operation and 
current default leads to frequent commit failures. Since this is table level 
property, it can't be set in session level as well causing inconvenience. It 
will be helpful to set this value to 1000ms instead of 100ms as the default. 
This should provide roughly 8+ seconds for exponential backoffs, giving better 
chance for commits.


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