rdblue commented on a change in pull request #2661:
URL: https://github.com/apache/iceberg/pull/2661#discussion_r650446736
##########
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 think this is a bit too unclear because it isn't clear what "check the
commit status" or "failing" mean exactly. I think this should be "Number of
times to check whether a commit succeeded after a connection is lost before
failing due to an unknown commit state".
--
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]