risingwave_meta::hummock::manager::context

Function check_gc_history

source
async fn check_gc_history(
    db: &DatabaseConnection,
    object_ids: impl IntoIterator<Item = HummockSstableObjectId>,
) -> Result<()>