zuyanton opened a new issue #4457: URL: https://github.com/apache/hudi/issues/4457
**Describe the problem you faced** Hi Team, we have been using Hudi for over a year now. We have 50+ tables running incremental updates every 10 minutes . We have noticed that one of our table stopped archiving commits . Symptoms : we see that ".hoodie/archived" folder does not contain any new files generated past early August . We do see thousands of commit files in ".hoodie" folder created from early August till present. As far as we can tell only single table is affected. All tables use the same hudi parameters : "hoodie.consistency.check.enabled true" "hoodie.clean.automatic true" "hoodie_write_type COPY_ON_WRITE" "hoodie.cleaner.commits.retained 72" "hoodie.payload.ordering.field integ_key" "hoodie.datasource.write.payload.class org.apache.hudi.common.model.DefaultHoodieRecordPayload" "hoodie.metadata.enable true" "hoodie.metadata.validate true" "hoodie.keep.min.commits 100" "hoodie.keep.max.commits 150" Not sure how to reproduce the issue since it looks like the issue only affects one of the 50 tables. Any suggestions on how we can debug it further will be helpful. **Environment Description** * Hudi version : 0.8.0 * Spark version : 2.4 * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : S3 * Running on Docker? (yes/no) : no -- 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]
