vinothchandar commented on issue #2533:
URL: https://github.com/apache/hudi/issues/2533#issuecomment-774418186


   >Caused by: org.apache.hudi.exception.HoodieRollbackException: Found commits 
after time :20210129225129, please rollback greater commits first
   
   if you try rolling back `20210129225133` and then retrying or even that 
fails? If you don't want to lose `[20210129225133__commit__COMPLETED]`. you can 
do some sort of easy manual repair, given it s copy on write table.
   
   a) Stop the pipeline
   b) delete all files that have `20210129225129` in its name
   c) delete `20210129225129__commit__INFLIGHT` 
   
   next run should start flowing again


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to