mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Improve log for QueryNode spell (#14209)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/14226/head
parent
f55c12e9e7
commit
8d7791513d
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue