milvus/internal
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
..
allocator enhance: Pre-allocate ids for import (#33958) 2024-07-07 21:26:14 +08:00
core fix: fix parse plan proto failed for search type (#34944) 2024-07-29 21:19:49 +08:00
datacoord enhance: the datacoord gc should fast quitable (#35050) 2024-07-29 17:03:48 +08:00
datanode enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
distributed enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
flushcommon enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
http enhance: Skip manual stopped component during health check (#34953) 2024-07-30 14:37:51 +08:00
indexnode fix: Get current index version from knowhere before building index (#34901) 2024-07-23 10:23:42 +08:00
kv enhance: Fix lint issues from recent PRs (#34482) 2024-07-09 10:06:24 +08:00
metastore enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
mocks enhance: add manual alloc segment rpc for datacoord (#35002) 2024-07-26 10:15:46 +08:00
parser/planparserv2 fix: memory leak while parsing query plan (#34931) 2024-07-28 21:50:20 +08:00
proto enhance: add manual alloc segment rpc for datacoord (#35002) 2024-07-26 10:15:46 +08:00
proxy fix: disallow expr when partition key isolation is enabled (#35031) 2024-07-29 14:21:50 +08:00
querycoordv2 enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
querynodev2 enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
registry
rootcoord enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
storage enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
streamingcoord enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
streamingnode enhance: add streaming coord and node grpc service register (#34655) 2024-07-25 12:19:44 +08:00
tso enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
types enhance: add streaming coord and node grpc service register (#34655) 2024-07-25 12:19:44 +08:00
util enhance: Support otlp http exporter (#35053) 2024-07-29 17:43:49 +08:00
.mockery.yaml enhance: implement streaming coord client (#34654) 2024-07-22 11:32:04 +08:00