nsivabalan commented on code in PR #13126:
URL: https://github.com/apache/hudi/pull/13126#discussion_r2041234610
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/StorageBasedLockConfig.java:
##########
@@ -83,13 +83,13 @@ private void checkRequiredProps() {
throw new IllegalArgumentException(BASE_PATH.key() + notExistsMsg);
}
if (lockConfig.getLongOrDefault(VALIDITY_TIMEOUT_SECONDS) <
lockConfig.getLongOrDefault(HEARTBEAT_POLL_SECONDS)
- * 3) {
+ * 10) {
Review Comment:
if you get any more feedback from danny or someone before we land this
patch, can you fix L 35 var name to LOCK_VALIDITY_TIMEOUT_SECS
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]