[
https://issues.apache.org/jira/browse/HUDI-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-5391:
---------------------------------
Labels: pull-request-available (was: )
> Modify the default value of parameter `hoodie.write.lock.client`
> -----------------------------------------------------------------
>
> Key: HUDI-5391
> URL: https://issues.apache.org/jira/browse/HUDI-5391
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: HunterXHunter
> Assignee: HunterXHunter
> Priority: Major
> Labels: pull-request-available
>
> In OCC mode, there are many steps to trigger lock, which will lead to
> frequent locking and unlocking, however, the execution time of locked
> operations is short.
> So, The default value of
> `hoodie.write.lock.client.wait_time_ms_between_retry` should be adjusted
> from 10s to 2s to Reduce unnecessary waiting time,
> and the default value of `hoodie.write.lock.client.num_retries` can be
> increased to 50.
> The above adjustments have obvious positive effects in actual use.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)