milvus/internal/querycoordv2/meta
congqixia a3cb8e2625
fix: Add atomic method to get collection target (#29577)
Related to #29575

Add `getCollectionTarget` method which is atomic when scope is
`CurrentTargetFirst` or `NextTargetFirst`
Also return error when executor finds no channel in target manager

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2023-12-29 09:04:46 +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
channel_dist_manager.go skip load/release segment when more than one delegator exist (#25718) 2023-07-24 19:01:01 +08:00
collection_manager_test.go fix: Upgrade from 2.2 should update CollectionLoadInfo (#29443) 2023-12-26 14:18:47 +08:00
collection_manager.go fix: Upgrade from 2.2 should update CollectionLoadInfo (#29443) 2023-12-26 14:18:47 +08:00
coordinator_broker_test.go Support collection-level mmap control (#26901) 2023-11-02 23:52:16 +08:00
coordinator_broker.go enhance: Remove rpc during querycoord start (#28396) 2023-11-17 11:48:19 +08:00
dist_manager.go Add license header (#19678) 2022-10-11 11:39:22 +08:00
failed_load_cache_test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
failed_load_cache.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
leader_view_manager_test.go feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
leader_view_manager.go feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
meta.go Move meta store to kv catalog (#25915) 2023-07-31 13:57:04 +08:00
mock_broker.go Support collection-level mmap control (#26901) 2023-11-02 23:52:16 +08:00
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
replica_manager_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
replica_manager.go Add revive sub-lints and fix existing problems (#27495) 2023-10-07 20:53:38 +08:00
resource_manager_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
resource_manager.go enhance: Skip balance segment when channel need be balanced (#29116) 2023-12-14 16:44:43 +08:00
segment_dist_manager_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
segment_dist_manager.go Add segment dist containing condition for loading segment (#25736) 2023-07-19 15:02:58 +08:00
target_manager_test.go fix: Add atomic method to get collection target (#29577) 2023-12-29 09:04:46 +08:00
target_manager.go fix: Add atomic method to get collection target (#29577) 2023-12-29 09:04:46 +08:00
target.go remove pull target rpc from lock (#26054) 2023-08-04 10:31:06 +08:00