mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
fix: Set nodeID when remove distribution (#31259)
See also #30930 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
6939ad15f2
commit
773c64ecbb
@ -526,6 +526,7 @@ func (ex *Executor) removeDistribution(task *LeaderTask, step int) error {
|
||||
{
|
||||
Type: querypb.SyncType_Remove,
|
||||
SegmentID: action.SegmentID(),
|
||||
NodeID: action.Node(),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user