mirror of https://github.com/milvus-io/milvus.git
fix release sealed segment on unwatch channel (#25555)
Signed-off-by: Wei Liu <wei.liu@zilliz.com>pull/25260/head
parent
012fd1152a
commit
b72809db15
|
@ -375,7 +375,7 @@ func (node *QueryNode) UnsubDmChannel(ctx context.Context, req *querypb.UnsubDmC
|
|||
delegator.Close()
|
||||
|
||||
node.pipelineManager.Remove(req.GetChannelName())
|
||||
node.manager.Segment.RemoveBy(segments.WithChannel(req.GetChannelName()))
|
||||
node.manager.Segment.RemoveBy(segments.WithChannel(req.GetChannelName()), segments.WithType(segments.SegmentTypeGrowing))
|
||||
node.tSafeManager.Remove(req.GetChannelName())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue