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

   After [https://github.com/apache/hudi/pull/8849/], the order of rollback 
transitioning to completion and actual commit timeline files (the commit that 
is getting rolled back) is changed. 
   
    
   
   we first transition the rollback to completion, and then delete the commit 
files. But if there is a crash inbetween these two steps, next time, the commit 
of interest could be deduced as pending and another rollback could get 
triggered. So, we want to change the ordering. 
   
   We have made a fix towards this end already. so that, a rollback can go 
ahead and complete itself even if the commit timeline files are missing. This 
refers to the scenario, where in, we change the order and then a crash happens 
just b/w these two steps. 
   
   Ref: [https://github.com/apache/hudi/pull/5148] 
   
    
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-6736
   - Type: Bug


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