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

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-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
balance.go enhance: Limit collection's normal balance speed (#34810) 2024-07-24 19:11:44 +08:00
channel_level_score_balancer_test.go fix: Segment may bounce between delegator and worker (#34830) 2024-07-23 15:57:49 +08:00
channel_level_score_balancer.go fix: Segment may bounce between delegator and worker (#34830) 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) 2024-05-20 10:21:38 +08:00
multi_target_balancer_test.go
OWNERS
priority_queue_test.go
priority_queue.go
rowcount_based_balancer_test.go enhance: Avoid assign too much segment/channels to new querynode (#34096) 2024-06-27 19:06:05 +08:00
rowcount_based_balancer.go enhance: Limit collection's normal balance speed (#34810) 2024-07-24 19:11:44 +08:00
score_based_balancer_test.go fix: Segment may bounce between delegator and worker (#34830) 2024-07-23 15:57:49 +08:00
score_based_balancer.go enhance: Limit collection's normal balance speed (#34810) 2024-07-24 19:11:44 +08:00
utils.go enhance: Support L0 import (#33514) 2024-06-07 14:17:20 +08:00