zlinsc commented on issue #10285:
URL: https://github.com/apache/hudi/issues/10285#issuecomment-1848324169

   > The clean function is always there but it will stop cleaning if you set up 
`clean.async.enabled` as `false`. It seems you got a corrupt compaction plan 
file (which is actually the xxx.compaction.requested file), you need to find 
out this file and roll back it manually through HUDI CLI or just remove this 
file by hand.
   > 
   > You can check the hoodie timeline for existing inflight/requested 
compaction metdata file, which siturate at folder: `./hoodie`
   
   thx danny. I found that compaction file is empty. Is there another 
automatical way to resolve this case without removing this file manually in the 
future?


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