pub(crate) fn compact_done(
compact_task: CompactTask,
context: CompactorContext,
output_ssts: Vec<CompactOutput>,
task_status: TaskStatus,
) -> (CompactTask, HashMap<u32, TableStats>, HashMap<HummockSstableObjectId, u64>)
Expand description
Fills in the compact task and tries to report the task result to meta node.