milvus/internal/querycoordv2/meta
congqixia a85e067099
fix: [2.3] Check partition in current target when observing partition load status (#34282) (#34321)
Cherry-pick from master
pr: #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-02 15:54:08 +08:00
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
channel_dist_manager.go skip load/release segment when more than one delegator exist (#25718) 2023-07-24 19:01:01 +08:00
channel_dist_manager_test.go skip load/release segment when more than one delegator exist (#25718) 2023-07-24 19:01:01 +08:00
collection_manager.go enhance: [Cherry-pick] make Load process traceable in querycoord (#29806) (#29869) 2024-01-11 18:00:52 +08:00
collection_manager_test.go fix: Upgrade from 2.2 should update CollectionLoadInfo (#29443) (#29479) 2023-12-27 15:48:58 +08:00
coordinator_broker.go enhance: [Cherry-Pick] Use `ListIndexes` instead of `DescribeIndex` for qc broker (#31163) 2024-03-11 14:41:02 +08:00
coordinator_broker_test.go enhance: [Cherry-Pick] Use `ListIndexes` instead of `DescribeIndex` for qc broker (#31163) 2024-03-11 14:41:02 +08:00
dist_manager.go Add license header (#19678) 2022-10-11 11:39:22 +08:00
failed_load_cache.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
failed_load_cache_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
leader_view_manager.go feat: enable balance based on growing segment row count (#28623) (#29184) 2023-12-14 15:26:37 +08:00
leader_view_manager_test.go feat: enable balance based on growing segment row count (#28623) (#29184) 2023-12-14 15:26:37 +08:00
meta.go Move meta store to kv catalog (#25915) 2023-07-31 13:57:04 +08:00
mock_broker.go enhance: [Cherry-Pick] Use `ListIndexes` instead of `DescribeIndex` for qc broker (#31163) 2024-03-11 14:41:02 +08:00
replica_manager.go enhance: Add restful api for devops to execute rolling upgrade (#29998) (#31846) 2024-04-10 19:47:20 +08:00
replica_manager_test.go enhance: Add restful api for devops to execute rolling upgrade (#29998) (#31846) 2024-04-10 19:47:20 +08:00
resource_manager.go enhance: Skip balance segment when channel need be balanced (#29116) (#29232) 2023-12-15 15:58:37 +08:00
resource_manager_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
segment_dist_manager.go Add segment dist containing condition for loading segment (#25736) 2023-07-19 15:02:58 +08:00
segment_dist_manager_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
target.go fix: [2.3] Check partition in current target when observing partition load status (#34282) (#34321) 2024-07-02 15:54:08 +08:00
target_manager.go fix: [2.3] Check partition in current target when observing partition load status (#34282) (#34321) 2024-07-02 15:54:08 +08:00
target_manager_test.go fix: [2.3] Check partition in current target when observing partition load status (#34282) (#34321) 2024-07-02 15:54:08 +08:00