[HUDI-3938] Fix default value for num retries to acquire lock (#5380)
This commit is contained in:
committed by
GitHub
parent
f7544e23ac
commit
a9506aa545
@@ -92,7 +92,7 @@ public class HoodieLockConfig extends HoodieConfig {
|
||||
|
||||
public static final ConfigProperty<String> LOCK_ACQUIRE_CLIENT_NUM_RETRIES = ConfigProperty
|
||||
.key(LOCK_ACQUIRE_CLIENT_NUM_RETRIES_PROP_KEY)
|
||||
.defaultValue(String.valueOf(0))
|
||||
.defaultValue(String.valueOf(10))
|
||||
.sinceVersion("0.8.0")
|
||||
.withDocumentation("Maximum number of times to retry to acquire lock additionally from the lock manager.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user