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 2019/08/23 18:34:46 UTC

[GitHub] [incubator-iceberg] rdblue commented on a change in pull request #401: Introduce a wait before each check lock state request to HMS

rdblue commented on a change in pull request #401: Introduce a wait before each check lock state request to HMS
URL: https://github.com/apache/incubator-iceberg/pull/401#discussion_r317255261
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/TableProperties.java
 ##########
 @@ -97,4 +97,7 @@ private TableProperties() {}
 
   public static final String WRITE_AUDIT_PUBLISH_ENABLED = "write.wap.enabled";
   public static final String WRITE_AUDIT_PUBLISH_ENABLED_DEFAULT = "false";
+
+  public static final String HIVE_CHECK_LOCK_STATE_WAIT_MS = "hive.lock.check-state-wait-ms";
 
 Review comment:
   If we aren't sure, then let's remove the property. We don't want to add a property that we'll have to remove support for later if we can avoid it.

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


With regards,
Apache Git Services

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