mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
enhance: remove collection queryable check from health check (#37712)
Signed-off-by: jaime <yun.zhang@zilliz.com>
This commit is contained in:
parent
b0bd290a6e
commit
257ecab84b
@ -924,7 +924,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
|
||||
|
Loading…
Reference in New Issue
Block a user