milvus/internal/http
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
..
healthz enhance: Skip manual stopped component during health check (#34953) 2024-07-30 14:37:51 +08:00
router.go enhance: add restful api to trigger component stop (#32076) 2024-06-07 10:35:54 +08:00
server_test.go enhance: Support to get the param value in the runtime (#29297) 2023-12-22 18:36:44 +08:00
server.go enhance: enable profile and block profiling (#34642) 2024-07-19 18:43:41 +08:00