freemandealer commented on code in PR #64496: URL: https://github.com/apache/doris/pull/64496#discussion_r3600213685
########## be/src/common/config.cpp: ########## @@ -1187,6 +1187,15 @@ DEFINE_mBool(enable_reader_dryrun_when_download_file_cache, "true"); DEFINE_mInt64(file_cache_background_monitor_interval_ms, "5000"); DEFINE_mInt64(file_cache_background_ttl_gc_interval_ms, "3000"); DEFINE_mInt64(file_cache_background_ttl_gc_batch, "1000"); +DEFINE_mBool(enable_file_cache_disk_scan_repair, "true"); Review Comment: The term "audit" in system configurations conventionally means read-only inspection that only logs mismatches without modifying any data. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
