danny0405 commented on issue #10285: URL: https://github.com/apache/hudi/issues/10285#issuecomment-1848208223
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` -- 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]
