You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/05/19 23:54:51 UTC

[GitHub] [iceberg] rdblue commented on a change in pull request #2596: Core: Add check-status config to TableProperties.

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



##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -39,6 +39,15 @@ private TableProperties() {
   public static final String COMMIT_NUM_STATUS_CHECKS = "commit.num-status-checks";
   public static final int COMMIT_NUM_STATUS_CHECKS_DEFAULT = 3;
 
+  public static final String COMMIT_STATUS_CHECKS_MIN_WAIT_MS = "commit.status-check.min-wait-ms";

Review comment:
       @coolderli, @aokolnychyi, has `commit.num-status-checks` been released yet?
   
   If not, then we should rename it to mirror the `commit.retry.*` settings: `commit.status-check.num-retries`




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org