milvus/internal/querycoordv2/balance
wei liu e2332bdc17
enhance: Enable channel exclusive balance policy (#32911)
issue: #32910  
* split replica's node list to channels when create replicas
 * balance nodes among channels when node change happens
 * implement channel level balance, let balance happens in channel level

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-05-10 17:27:31 +08:00
..
balance_test.go fix: Skip to load l0 segment on old version query node (#32124) 2024-04-15 11:23:23 +08:00
balance.go enhance: Enable channel exclusive balance policy (#32911) 2024-05-10 17:27:31 +08:00
channel_level_score_balancer_test.go enhance: Enable channel exclusive balance policy (#32911) 2024-05-10 17:27:31 +08:00
channel_level_score_balancer.go enhance: Enable channel exclusive balance policy (#32911) 2024-05-10 17:27:31 +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 enhance: replica manager enhancement (#31496) 2024-04-05 04:57: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
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
priority_queue_test.go enhance segment balance by considering global rowCount(##22914) (#23056) 2023-04-03 14:16:25 +08:00
priority_queue.go Add license header (#19678) 2022-10-11 11:39:22 +08:00
rowcount_based_balancer_test.go fix: Skip to load l0 segment on old version query node (#32124) 2024-04-15 11:23:23 +08:00
rowcount_based_balancer.go enhance: reduce the cpu usage when collection number is high (#32245) 2024-04-26 11:49:25 +08:00
score_based_balancer_test.go fix: Skip to load l0 segment on old version query node (#32124) 2024-04-15 11:23:23 +08:00
score_based_balancer.go enhance: Refactor leader view manager interface (#31133) 2024-04-10 15:13:36 +08:00
utils.go enhance: reduce the cpu usage when collection number is high (#32245) 2024-04-26 11:49:25 +08:00