mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
Add log for release collection task (#8226)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
59434463ff
commit
e75693e1a3
@ -400,6 +400,7 @@ func (rct *ReleaseCollectionTask) Execute(ctx context.Context) error {
|
|||||||
status := &commonpb.Status{
|
status := &commonpb.Status{
|
||||||
ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
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 {
|
if rct.NodeID <= 0 {
|
||||||
rct.meta.releaseCollection(collectionID)
|
rct.meta.releaseCollection(collectionID)
|
||||||
releaseDQLMessageStreamReq := &proxypb.ReleaseDQLMessageStreamRequest{
|
releaseDQLMessageStreamReq := &proxypb.ReleaseDQLMessageStreamRequest{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user