milvus/internal/querycoordv2/checkers
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_checker_test.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
balance_checker.go enhance: Limit collection's normal balance speed (#34810) 2024-07-24 19:11:44 +08:00
channel_checker_test.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
channel_checker.go fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +08:00
checker.go enhance: refactor leader_observer to leader_checker (#29454) 2024-01-05 15:54:55 +08:00
controller_base_test.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
controller_test.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
controller.go enhance: Skip update index for L0 segment (#34099) 2024-07-01 10:26:06 +08:00
index_checker_test.go enhance: Skip update index for L0 segment (#34099) 2024-07-01 10:26:06 +08:00
index_checker.go enhance: Skip update index for L0 segment (#34099) 2024-07-01 10:26:06 +08:00
leader_checker_test.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
leader_checker.go fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +08:00
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
segment_checker_test.go fix: Avoid segment lack caused by deduplicate segment task (#34782) 2024-07-22 16:35:43 +08:00
segment_checker.go fix: Avoid segment lack caused by deduplicate segment task (#34782) 2024-07-22 16:35:43 +08:00