trigger_manual_compaction

Function trigger_manual_compaction 

Source
pub async fn trigger_manual_compaction(
    context: &CtlContext,
    compaction_group_id: CompactionGroupId,
    table_id: JobId,
    levels: Vec<u32>,
    sst_ids: Vec<HummockSstableId>,
    exclusive: bool,
    retry_interval_ms: u64,
) -> Result<()>