milvus/internal/querycoordv2/checkers
congqixia b284b81a47
fix: Check partition in current target when observing partition load status (#34282)
See also #34234

`LoadPartitions` does not guarantee the current target has loading
partitions if there are some partitions already loaded before.

This PR check current target contains the partition to load when
advancing loading percentage to 100.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-07-01 17:40:07 +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 fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +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 enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
segment_checker.go fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +08:00