koochiswathiTR commented on issue #7530: URL: https://github.com/apache/hudi/issues/7530#issuecomment-1370638923
 From Nov 11th, we dont see cleanup files , On Nov 11th we switched CLEANER_POLICY from KEEP_LATEST_COMMITS to KEEP_LATEST_BY_HOURS from then we see cleanup is not triggering. and log files are increasing Our Hudi Properties : DataSourceWriteOptions.TABLE_TYPE.key() -> DataSourceWriteOptions.MOR_TABLE_TYPE_OPT_VAL, DataSourceWriteOptions.RECORDKEY_FIELD.key() -> "guid", DataSourceWriteOptions.PARTITIONPATH_FIELD.key() -> "collectionName", DataSourceWriteOptions.PRECOMBINE_FIELD.key() -> "operationTime", HoodieCompactionConfig.INLINE_COMPACT_TRIGGER_STRATEGY.key() -> CompactionTriggerStrategy.TIME_ELAPSED.name, HoodieCompactionConfig.INLINE_COMPACT_TIME_DELTA_SECONDS.key() -> String.valueOf(60 * 60), HoodieCompactionConfig.CLEANER_HOURS_RETAINED.key() -> "48", HoodieCompactionConfig.CLEANER_POLICY.key() -> HoodieCleaningPolicy.KEEP_LATEST_BY_HOURS.name, HoodieCompactionConfig.ASYNC_CLEAN.key() -> "false", HoodieCompactionConfig.INLINE_COMPACT.key() -> "true", HoodieCompactionConfig.CLEANER_PARALLELISM_VALUE.key() -> "500", HoodieMetricsConfig.TURN_METRICS_ON.key() -> "true", HoodieMetricsConfig.METRICS_REPORTER_TYPE_VALUE.key() -> MetricsReporterType.DATADOG.name(), HoodieMetricsDatadogConfig.API_SITE_VALUE.key() -> "US", HoodieMetricsDatadogConfig.METRIC_PREFIX_VALUE.key() -> "tacticalnovusingest.hudi", HoodieMetricsDatadogConfig.API_KEY_SUPPLIER.key() -> "com.tr.indigo.tacticalnovusingest.utils.DatadogKeySupplier", HoodieMetadataConfig.ENABLE.key() -> "false", HoodieWriteConfig.ROLLBACK_USING_MARKERS_ENABLE.key() -> "false", HoodieMemoryConfig.MAX_MEMORY_FRACTION_FOR_COMPACTION.key() -> "0.3" //HoodieCompactionConfig.CLEANER_POLICY_PROP -> HoodieCleaningPolicy.KEEP_LATEST_FILE_VERSIONS.name @nsivabalan @yihua @dacort @jfrazee @msridhar Any updates on this. -- 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]
