From 324f8b9b87f38feec21b365ab8cecd069306f1a7 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Wed, 22 Dec 2021 21:01:19 +0800 Subject: [PATCH] [skip e2e]Improve log for QueryNode spell (#14012) 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 d0ca8b7f6a..d41a5e3bdf 100644 --- a/internal/querycoord/cluster.go +++ b/internal/querycoord/cluster.go @@ -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 {