bvaradar commented on issue #2276: URL: https://github.com/apache/hudi/issues/2276#issuecomment-733304908
You can use hudi-cli and use "compactions show all" to list compactions and find the timestamp of one that is pending. Another option is to list .hoodie folder and find all the files <ts>.compaction.requested where there is no corresponding <ts>.commit file present. These are the pending compactions which you can use to run compaction. ---------------------------------------------------------------- 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]
