milvus/internal/querycoordv2
wei liu e09dc3be58
enhance: Mark query node as read only after suspend (#35492)
issue: #34985 #35493
after querynode has been suspended, it's not allow to load
segment/channel on it, which means the node is read only. to be
compatible with resource group design, after query node has been
suspend, we remove it from it's original resource group, make it a read
only query node in replica. then two things will happens:
1. it's original resource group will be lacking of query nodes, query
coord will assign new node to it.
2. querycoord will try to move out all segments/channels after querynode
has been suspended

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-08-20 14:02:54 +08:00
..
balance enhance: Mark query node as read only after suspend (#35492) 2024-08-20 14:02:54 +08:00
checkers enhance: add log for partition stats( #30376) (#35219) 2024-08-02 19:34:22 +08:00
dist fix: check collection health(queryable) fail for releasing collection (#34947) 2024-08-02 17:20:15 +08:00
job enhance: make configure load param feature be compatible with old sdk (#35520) 2024-08-20 10:30:55 +08:00
meta enhance: limit getSegmentInfo batch size to avoid excced grpc message limit (#35394) 2024-08-15 19:17:00 +08:00
mocks enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
observers fix: check collection health(queryable) fail for releasing collection (#34947) 2024-08-02 17:20:15 +08:00
params Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
session enhance: Mark query node as read only after suspend (#35492) 2024-08-20 14:02:54 +08:00
task enhance: limit getSegmentInfo batch size to avoid excced grpc message limit (#35394) 2024-08-15 19:17:00 +08:00
utils enhance: make configure load param feature be compatible with old sdk (#35520) 2024-08-20 10:30:55 +08:00
OWNERS Add QueryCoord OWNERS file (#21552) 2023-01-10 16:15:37 +08:00
api_testonly.go test: support segment release in integration test (#31190) 2024-04-09 11:39:17 +08:00
handlers.go fix: Avoid segment lack caused by deduplicate segment task (#34782) 2024-07-22 16:35:43 +08:00
ops_service_test.go enhance: Mark query node as read only after suspend (#35492) 2024-08-20 14:02:54 +08:00
ops_services.go enhance: Mark query node as read only after suspend (#35492) 2024-08-20 14:02:54 +08:00
server.go fix: check collection health(queryable) fail for releasing collection (#34947) 2024-08-02 17:20:15 +08:00
server_test.go enhance: Enable database level replica num and resource groups for loading collection (#33052) 2024-05-29 10:59:43 +08:00
services.go enhance: make configure load param feature be compatible with old sdk (#35520) 2024-08-20 10:30:55 +08:00
services_test.go enhance: Mark query node as read only after suspend (#35492) 2024-08-20 14:02:54 +08:00