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