ismailsimsek commented on issue #9178:
URL: https://github.com/apache/iceberg/issues/9178#issuecomment-1860252682

   @AllenWee1106  could you also try with higher  `commit.retry.num-retries` 
(default is 4) . to see if this decreases the conflicts. this is another [table 
property ](https://iceberg.apache.org/spec/#table-metadata-fields). or check it 
in debug logs to see if commit-retry happening at all? 
   
   
   if that doesn't help, could try to add retry manually where you do commit 
operation. (Im not sure if the catalogs do retry operation by default)
   
   [more detail on commit 
resolution](https://iceberg.apache.org/spec/#commit-conflict-resolution-and-retry)
   
   an example: 
   
https://github.com/apache/iceberg/blob/9342f64a713ed4a1c540046ae5db91b3ac86ac02/core/src/main/java/org/apache/iceberg/BaseReplaceSortOrder.java#L39-L67
   
   


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