pub async fn reset_source_splits(
context: &CtlContext,
source_id: u32,
) -> Result<()>Expand description
Reset source split assignments.
WARNING: This is an UNSAFE operation that may cause data duplication or loss! It clears cached split state and triggers re-discovery from upstream.