mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Improve log for QueryNode spell (#14103)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/14123/head
parent
7cc79d66b1
commit
1a02ae9186
internal/querycoord
|
@ -401,7 +401,7 @@ func (c *queryNodeCluster) releaseCollection(ctx context.Context, nodeID int64,
|
|||
return nil
|
||||
}
|
||||
|
||||
return fmt.Errorf("releaseCollection: can't find query node by nodeID, nodeID = %d", nodeID)
|
||||
return fmt.Errorf("releaseCollection: can't find QueryNode by nodeID, nodeID = %d", nodeID)
|
||||
}
|
||||
|
||||
func (c *queryNodeCluster) releasePartitions(ctx context.Context, nodeID int64, in *querypb.ReleasePartitionsRequest) error {
|
||||
|
|
Loading…
Reference in New Issue