You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/11/24 23:47:56 UTC

[GitHub] [hudi] bvaradar commented on issue #2276: [SUPPORT] java.lang.IllegalStateException: No Compaction request available

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:
users@infra.apache.org