asheeshgarg commented on issue #1825:
URL: https://github.com/apache/hudi/issues/1825#issuecomment-661874341


   @bvaradar so the insert are looking fine now the COW compaction is 
generating 2 parquet file for each date.
   I also set the following properties
   
   "hoodie.keep.min.commits": 2,
   "hoodie.keep.max.commits": 4,
   But still I see lot of entries get accumulated under .hoodie like
   2020-07-21 12:20:44    0 Bytes 20200721122042.rollback.inflight
   2020-07-21 12:21:45    1.2 KiB 20200721122143.rollback
   2020-07-21 12:21:45    0 Bytes 20200721122143.rollback.inflight
   2020-07-21 12:31:05    1.0 KiB 20200721123102.rollback
   2020-07-21 12:31:05    0 Bytes 20200721123102.rollback.inflight
   .......
   2020-07-21 13:43:15  950 Bytes 20200721134301.clean.inflight
   2020-07-21 13:43:15  950 Bytes 20200721134301.clean.requested
   2020-07-21 13:43:12    3.9 KiB 20200721134301.commit
   2020-07-21 13:43:02    0 Bytes 20200721134301.commit.requested
   2020-07-21 13:43:06    1.0 KiB 20200721134301.inflight
   
   Do I need to set anything to clean up?
   
   


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