Function poll_compaction_schedule_status

Source
async fn poll_compaction_schedule_status(
    meta_client: &MetaClient,
    old_task_num: usize,
) -> (bool, i32)
Expand description

Poll the compaction task assignment to aware whether scheduling is success. Returns (whether scheduling is success, expected number of new versions)