rdblue commented on a change in pull request #2661:
URL: https://github.com/apache/iceberg/pull/2661#discussion_r654574530



##########
File path: site/docs/configuration.md
##########
@@ -61,6 +61,10 @@ Iceberg tables support table properties to configure table 
behavior, like the de
 | commit.retry.min-wait-ms           | 100              | Minimum time in 
milliseconds to wait before retrying a commit |
 | commit.retry.max-wait-ms           | 60000 (1 min)    | Maximum time in 
milliseconds to wait before retrying a commit |
 | commit.retry.total-timeout-ms      | 1800000 (30 min) | Maximum time in 
milliseconds to wait before retrying a commit |
+| commit.status-check.num-retries    | 3                | Number of times to 
check the commit status before failing     |

Review comment:
       I added a fix for this.




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

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