From eba0178a43eea159a35c4d77caacb3fa4af39c96 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Tue, 28 Dec 2021 21:46:45 +0800 Subject: [PATCH] [skip e2e]Improve log for QueryNode spell (#14467) Signed-off-by: xige-16 --- internal/querycoord/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/querycoord/cluster.go b/internal/querycoord/cluster.go index 8df3fe61c6..6d771df5d3 100644 --- a/internal/querycoord/cluster.go +++ b/internal/querycoord/cluster.go @@ -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()