diff --git a/internal/querycoordv2/task/executor.go b/internal/querycoordv2/task/executor.go index 799875a5b7..ec69aa9ac6 100644 --- a/internal/querycoordv2/task/executor.go +++ b/internal/querycoordv2/task/executor.go @@ -526,6 +526,7 @@ func (ex *Executor) removeDistribution(task *LeaderTask, step int) error { { Type: querypb.SyncType_Remove, SegmentID: action.SegmentID(), + NodeID: action.Node(), }, }, }