milvus/internal/querycoordv2/balance
wei liu b3bc7f3985
enhance: Limit collection's normal balance speed (#34810) (#34987)
issue: #34798
pr: #34810

after we remove the task priority on query coord, to avoid load/release
segment blocked by too much balance task, we limit the balance task size
in each round. at same time, we reduce the balance interval to trigger
balance more frequently.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-07-26 10:13:46 +08:00
..
balance_test.go enhance: Limit collection's normal balance speed (#34810) (#34987) 2024-07-26 10:13:46 +08:00
balance.go enhance: Limit collection's normal balance speed (#34810) (#34987) 2024-07-26 10:13:46 +08:00
channel_level_score_balancer_test.go fix: Segment may bounce between delegator and worker (#34904) 2024-07-23 15:57:49 +08:00
channel_level_score_balancer.go fix: Segment may bounce between delegator and worker (#34904) 2024-07-23 15:57:49 +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: query node may stuck at stopping progress (#33104) (#33154) 2024-05-20 15:01:43 +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 enhance: Avoid assign too much segment/channels to new querynode (#34096) (#34245) 2024-07-01 10:32:06 +08:00
rowcount_based_balancer.go enhance: Limit collection's normal balance speed (#34810) (#34987) 2024-07-26 10:13:46 +08:00
score_based_balancer_test.go fix: Segment may bounce between delegator and worker (#34904) 2024-07-23 15:57:49 +08:00
score_based_balancer.go enhance: Limit collection's normal balance speed (#34810) (#34987) 2024-07-26 10:13:46 +08:00
utils.go enhance: Support L0 import (#33514) (#33712) 2024-06-08 11:17:52 +08:00