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_r317325948
##########
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:
Yeah, we can always add a configuration setting later if we want one. For
now though, we definitely need this and don't think table setting is the right
place for it. So let's decide later.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]