gavinchou commented on code in PR #62973: URL: https://github.com/apache/doris/pull/62973#discussion_r3331563576
########## cloud/src/common/config.h: ########## @@ -104,6 +104,8 @@ CONF_mInt32(instance_recycler_worker_pool_size, "32"); // Max number of delete tasks per batch when recycling objects. // Each task deletes up to 1000 files. Controls memory usage during large-scale deletion. CONF_Int32(recycler_max_tasks_per_batch, "1000"); +// Check object existence before deleting explicit files from object storage. +CONF_mBool(enable_delete_file_check_object_exists, "true"); Review Comment: it should by default false? -- 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]
