Module handle_drop

Module handle_drop 

Source
Expand description

Handling drop request.

Constantsยง

GC_TASK_INTERVAL_SEC ๐Ÿ”’
MAX_RETRY_TIMES ๐Ÿ”’

Functionsยง

later_drop_task_with_global_gc ๐Ÿ”’
later_drop_task_without_global_gc ๐Ÿ”’
Background GC task to remove the entire region path once one of the following conditions is true:
remove_region_dir_once ๐Ÿ”’
Removes region dir if there is no parquet files, returns whether the directory is removed. If force = true, always removes the dir.
remove_region_with_retry ๐Ÿ”’