Skip to content

Commit

Permalink
[HUDI-4499] Tweak default retry times for flink metadata table lock (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danny0405 committed Jul 29, 2022
1 parent c39e88d commit ce4330d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -225,6 +225,7 @@ public static HoodieWriteConfig getHoodieClientConfig(
.withLockProvider(FileSystemBasedLockProvider.class)
.withLockWaitTimeInMillis(2000L) // 2s
.withFileSystemLockExpire(1) // 1 minute
.withClientNumRetries(30)
.withFileSystemLockPath(StreamerUtil.getAuxiliaryPath(conf))
.build())
.withPayloadConfig(HoodiePayloadConfig.newBuilder()
Expand Down

0 comments on commit ce4330d

Please sign in to comment.