[skip e2e]Improve log for QueryNode spell (#14467)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/14474/head
xige-16 2021-12-28 21:46:45 +08:00 committed by GitHub
parent ee5a972ced
commit eba0178a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()