[skip e2e]Improve log for QueryNode spell ()

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/14123/head
xige-16 2021-12-23 21:56:22 +08:00 committed by GitHub
parent 7cc79d66b1
commit 1a02ae9186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
internal/querycoord

View File

@ -401,7 +401,7 @@ func (c *queryNodeCluster) releaseCollection(ctx context.Context, nodeID int64,
return nil
}
return fmt.Errorf("releaseCollection: can't find query node by nodeID, nodeID = %d", nodeID)
return fmt.Errorf("releaseCollection: can't find QueryNode by nodeID, nodeID = %d", nodeID)
}
func (c *queryNodeCluster) releasePartitions(ctx context.Context, nodeID int64, in *querypb.ReleasePartitionsRequest) error {