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

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/13954/head
xige-16 2021-12-22 21:01:19 +08:00 committed by GitHub
parent 3418c17d90
commit 324f8b9b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {