mirror of https://github.com/milvus-io/milvus.git
Add log for release collection task (#8226)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/8248/head
parent
59434463ff
commit
e75693e1a3
|
@ -400,6 +400,7 @@ func (rct *ReleaseCollectionTask) Execute(ctx context.Context) error {
|
|||
status := &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
||||
}
|
||||
// if nodeID ==0, it means that the release request has not been assigned to the specified query node
|
||||
if rct.NodeID <= 0 {
|
||||
rct.meta.releaseCollection(collectionID)
|
||||
releaseDQLMessageStreamReq := &proxypb.ReleaseDQLMessageStreamRequest{
|
||||
|
|
Loading…
Reference in New Issue