milvus/internal/querycoordv2/balance
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
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
balance.go enhance: Limit collection's normal balance speed (#34810) 2024-07-24 19:11:44 +08:00
balance_test.go enhance: Limit collection's normal balance speed (#34810) 2024-07-24 19:11:44 +08:00
channel_level_score_balancer.go fix: check collection health(queryable) fail for releasing collection (#34947) 2024-08-02 17:20:15 +08:00
channel_level_score_balancer_test.go enhance: Mark query node as read only after suspend (#35492) 2024-08-20 14:02:54 +08:00
mock_balancer.go enhance: Add restful api for devops to execute rolling upgrade (#29998) 2024-03-27 16:15:19 +08:00
multi_target_balance.go fix: fix panic when generating plans (#35309) 2024-08-07 18:14:16 +08:00
multi_target_balancer_test.go fix: Remove balance plan of which From, To nodes are same when merging (#30634) 2024-02-18 17:24:50 +08:00
priority_queue.go Add license header (#19678) 2022-10-11 11:39:22 +08:00
priority_queue_test.go enhance segment balance by considering global rowCount(##22914) (#23056) 2023-04-03 14:16:25 +08:00
rowcount_based_balancer.go fix: check collection health(queryable) fail for releasing collection (#34947) 2024-08-02 17:20:15 +08:00
rowcount_based_balancer_test.go enhance: Mark query node as read only after suspend (#35492) 2024-08-20 14:02:54 +08:00
score_based_balancer.go fix: check collection health(queryable) fail for releasing collection (#34947) 2024-08-02 17:20:15 +08:00
score_based_balancer_test.go enhance: Mark query node as read only after suspend (#35492) 2024-08-20 14:02:54 +08:00
utils.go enhance: Support L0 import (#33514) 2024-06-07 14:17:20 +08:00