pub(crate) async fn remove_region_dir_for_full_drop(
region_path: &str,
object_store: &ObjectStore,
) -> Result<()>Expand description
Removes a region directory for full-drop style cleanup.
Full drop and purge/offline cleanup force physical deletion. Only partial drop may leave data files for global GC.