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