milvus/internal/http
wei liu f8f2736cda
enhance: Skip manual stopped component during health check (#34953) (#35123)
pr: #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-31 18:01:51 +08:00
..
healthz enhance: Skip manual stopped component during health check (#34953) (#35123) 2024-07-31 18:01:51 +08:00
router.go enhance: add restful api to trigger component stop (#32076) (#33799) 2024-06-17 21:53:59 +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: add restful api to trigger component stop (#32076) (#33799) 2024-06-17 21:53:59 +08:00