milvus/internal/http/healthz
wei liu 4bb969ef8f
enhance: Skip manual stopped component during health check (#34953)
after manual stop component by management restful api, `healthz` may
return unhealthy state. k8s may restart the pod to save the unhealthy
sate, and the manual stop operation will got unexpected result.

to solve this, we make `healthz` API skip the manual stopped component.

---------

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-07-30 14:37:51 +08:00
..
content_type.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
healthz_handler.go enhance: Skip manual stopped component during health check (#34953) 2024-07-30 14:37:51 +08:00