pub fn start_compactor_iceberg(
compactor_context: CompactorContext,
hummock_meta_client: Arc<dyn HummockMetaClient>,
) -> (JoinHandle<()>, Sender<()>)
Expand description
The background compaction thread that receives compaction tasks from hummock compaction manager and runs compaction tasks.