[
https://issues.apache.org/jira/browse/HUDI-5386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagar Sumit updated HUDI-5386:
------------------------------
Epic Link: HUDI-1456
Fix Version/s: 0.14.0
0.14.1
> Cleaning conflicts in occ mode
> ------------------------------
>
> Key: HUDI-5386
> URL: https://issues.apache.org/jira/browse/HUDI-5386
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: HunterXHunter
> Assignee: Jonathan Vexler
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.14.0, 0.14.1
>
> Attachments: image-2022-12-14-11-26-21-995.png,
> image-2022-12-14-11-26-37-252.png
>
>
> {code:java}
> configuration parameter:
> 'hoodie.cleaner.policy.failed.writes' = 'LAZY'
> 'hoodie.write.concurrency.mode' = 'optimistic_concurrency_control' {code}
> Because `getInstantsToRollback` is not locked, multiple writes get the same
> `instantsToRollback`, the same `instant` will be deleted multiple times and
> the same `rollback.inflight` will be created multiple times.
> !image-2022-12-14-11-26-37-252.png!
> !image-2022-12-14-11-26-21-995.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)