From 8d7791513deb4ebc8d68fb922e44d06081526d53 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Fri, 24 Dec 2021 19:40:51 +0800 Subject: [PATCH] [skip e2e]Improve log for QueryNode spell (#14209) Signed-off-by: xige-16 --- internal/querycoord/querynode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/querycoord/querynode.go b/internal/querycoord/querynode.go index 71333a89ca..079a402cac 100644 --- a/internal/querycoord/querynode.go +++ b/internal/querycoord/querynode.go @@ -295,7 +295,7 @@ func (qn *queryNode) removeQueryChannel(ctx context.Context, in *querypb.RemoveQ func (qn *queryNode) releaseCollection(ctx context.Context, in *querypb.ReleaseCollectionRequest) error { if !qn.isOnline() { - log.Debug("ReleaseCollection: the query node has been offline, the release request is no longer needed", zap.Int64("nodeID", qn.id)) + log.Debug("ReleaseCollection: the QueryNode has been offline, the release request is no longer needed", zap.Int64("nodeID", qn.id)) return nil }