This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new e750316  Docs: Add commit.status-check.* properties (#2661)
e750316 is described below

commit e750316d76301e89df273cc745c40535af18284e
Author: Peidian li <[email protected]>
AuthorDate: Sat Jun 19 01:07:24 2021 +0800

    Docs: Add commit.status-check.* properties (#2661)
    
    Co-authored-by: Ryan Blue <[email protected]>
---
 site/docs/configuration.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/site/docs/configuration.md b/site/docs/configuration.md
index afa02de..119536c 100644
--- a/site/docs/configuration.md
+++ b/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 whether a commit succeeded after a connection is lost before failing due 
to an unknown commit state |
+| commit.status-check.min-wait-ms    | 1000 (1s)        | Minimum time in 
milliseconds to wait before retrying a status-check |
+| commit.status-check.max-wait-ms    | 60000 (1 min)    | Maximum time in 
milliseconds to wait before retrying a status-check |
+| commit.status-check.total-timeout-ms| 1800000 (30 min) | Maximum time in 
milliseconds to wait before retrying a status-check |
 | commit.manifest.target-size-bytes  | 8388608 (8 MB)   | Target size when 
merging manifest files                       |
 | commit.manifest.min-count-to-merge | 100              | Minimum number of 
manifests to accumulate before merging      |
 | commit.manifest-merge.enabled      | true             | Controls whether to 
automatically merge manifests on writes   |

Reply via email to