bvaradar commented on issue #1852:
URL: https://github.com/apache/hudi/issues/1852#issuecomment-663178646


   @ssomuah : 
   Such a large number of log files indicates your compaction frequency 
(INLINE_COMPACT_NUM_DELTA_COMMITS_PROP)  is conservative. Many of these log 
files could also be belonging to older file versions which will be cleaned by 
Cleaner ( 
https://cwiki.apache.org/confluence/display/HUDI/FAQ#FAQ-WhatdoestheHudicleanerdo).
 
   
   In addition, note that inline compaction which runs serially with ingestion. 
We have a working PR which lets compaction run concurrently with ingestion : 
https://github.com/apache/hudi/pull/1752
   Now that pending compactions have finished, you can setup concurrent 
compaction with the above PR ( config : 
hoodie.datasource.compaction.async.enable=true). 
   
   
   
   


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


Reply via email to