diff --git a/internal/querycoordv2/services.go b/internal/querycoordv2/services.go index fea328ae81980..5f5ecc8c4b5e6 100644 --- a/internal/querycoordv2/services.go +++ b/internal/querycoordv2/services.go @@ -941,7 +941,7 @@ func (s *Server) CheckHealth(ctx context.Context, req *milvuspb.CheckHealthReque } if err := utils.CheckCollectionsQueryable(ctx, s.meta, s.targetMgr, s.dist, s.nodeMgr); err != nil { - return componentutil.CheckHealthRespWithErr(err), nil + log.Warn("some collection is not queryable during health check", zap.Error(err)) } return componentutil.CheckHealthRespWithErr(nil), nil