boneanxs commented on code in PR #9617:
URL: https://github.com/apache/hudi/pull/9617#discussion_r1361422542


##########
hudi-common/src/main/java/org/apache/hudi/common/config/LockConfiguration.java:
##########
@@ -35,19 +35,23 @@ public class LockConfiguration implements Serializable {
   public static final String 
LOCK_ACQUIRE_RETRY_MAX_WAIT_TIME_IN_MILLIS_PROP_KEY = LOCK_PREFIX + 
"max_wait_time_ms_between_retry";
 
   public static final String 
LOCK_ACQUIRE_CLIENT_RETRY_WAIT_TIME_IN_MILLIS_PROP_KEY = LOCK_PREFIX + 
"client.wait_time_ms_between_retry";
+  public static final String 
DEFAULT_LOCK_ACQUIRE_CLIENT_RETRY_WAIT_TIME_IN_MILLIS = String.valueOf(5000L);

Review Comment:
   `TimeGeneratorBase` need this default value, it cannot access 
`HoodieLockConfig` since it's not in `hudi-common`



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

Reply via email to