milvus/internal/querycoordv2/meta
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
..
channel_dist_manager_test.go enhance: Apply node-indexing and cache optimization for channel dist (#32595) 2024-04-28 16:19:24 +08:00
channel_dist_manager.go enhance: Apply node-indexing and cache optimization for channel dist (#32595) 2024-04-28 16:19:24 +08:00
collection_manager_test.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
collection_manager.go fix: metrics leak on the coord nodes (#33075) 2024-05-20 22:03:39 +08:00
constant.go enhance: Enable channel exclusive balance policy (#32911) 2024-05-10 17:27:31 +08:00
coordinator_broker_test.go enhance: Enable database level replica num and resource groups for loading collection (#33052) 2024-05-29 10:59:43 +08:00
coordinator_broker.go enhance: Enable database level replica num and resource groups for loading collection (#33052) 2024-05-29 10:59:43 +08:00
dist_manager.go
failed_load_cache_test.go
failed_load_cache.go
leader_view_manager_test.go enhance: update shard leader cache when leader location changed (#32470) 2024-05-08 10:05:29 +08:00
leader_view_manager.go feat: Major compaction (#33620) 2024-06-10 21:34:08 +08:00
meta.go
mock_broker.go enhance: Enable database level replica num and resource groups for loading collection (#33052) 2024-05-29 10:59:43 +08:00
mock_target_manager.go fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +08:00
OWNERS
replica_manager_helper_test.go enhance: replica manager enhancement (#31496) 2024-04-05 04:57:16 +08:00
replica_manager_helper.go enhance: replica manager enhancement (#31496) 2024-04-05 04:57:16 +08:00
replica_manager_test.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
replica_manager.go fix: query node may stuck at stopping progress (#33104) 2024-05-20 10:21:38 +08:00
replica_test.go fix: query node may stuck at stopping progress (#33104) 2024-05-20 10:21:38 +08:00
replica.go fix: query node may stuck at stopping progress (#33104) 2024-05-20 10:21:38 +08:00
resource_group_test.go enhance: declarative resource group api (#31930) 2024-04-15 08:13:19 +08:00
resource_group.go enhance: declarative resource group api (#31930) 2024-04-15 08:13:19 +08:00
resource_manager_test.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
resource_manager.go fix: Make querycoord panick when rg metastore sync fail (#34106) 2024-06-24 21:38:02 +08:00
segment_dist_manager_test.go enhance: replica manager enhancement (#31496) 2024-04-05 04:57:16 +08:00
segment_dist_manager.go enhance: Avoid to iterate whole segment list for each task's process (#33943) 2024-06-19 10:19:58 +08:00
target_manager_test.go fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +08:00
target_manager.go fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +08:00
target.go fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +08:00