mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Improve log for QueryNode spell (#14467)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user