hudi-bot opened a new issue, #15628:
URL: https://github.com/apache/hudi/issues/15628

   {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!
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-5386
   - Type: Bug
   - Epic: https://issues.apache.org/jira/browse/HUDI-1456
   - Fix version(s):
     - 1.1.0
   - Attachment(s):
     - 14/Dec/22 
03:26;HunterHunter;image-2022-12-14-11-26-21-995.png;https://issues.apache.org/jira/secure/attachment/13053854/image-2022-12-14-11-26-21-995.png
     - 14/Dec/22 
03:26;HunterHunter;image-2022-12-14-11-26-37-252.png;https://issues.apache.org/jira/secure/attachment/13053855/image-2022-12-14-11-26-37-252.png


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