milvus/internal/querycoordv2/meta
congqixia a647b84f3e
enhance: Add AllPartitionsID const to replace InvalidPartitionID (#31438)
"-1" as `InvalidPartitionID` previously used as All partition place
holder in delete cases. It's confusing and hard to maintain when a const
var has more than one meaning.

This PR add `AllPartitionsID` to replace these usages in delete
scenarios.

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-03-20 19:01:05 +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 enhance: make Load process traceable in querycoord (#29806) 2024-01-10 09:58:49 +08:00
coordinator_broker_test.go enhance: Use ListIndexes instead of DescribeIndex for qc broker (#31122) 2024-03-07 21:43:03 +08:00
coordinator_broker.go enhance: Use ListIndexes instead of DescribeIndex for qc broker (#31122) 2024-03-07 21:43:03 +08:00
dist_manager.go
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
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 enhance: Use ListIndexes instead of DescribeIndex for qc broker (#31122) 2024-03-07 21:43:03 +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 enhance: add hostname into node info (#30673) 2024-03-15 10:45:06 +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 enhance: refactor segment dist manager interface (#31073) 2024-03-08 16:29:01 +08:00
segment_dist_manager.go enhance: refactor segment dist manager interface (#31073) 2024-03-08 16:29:01 +08:00
target_manager_test.go fix: Wrong behavior of CurrentTargetFirst/NextTargetFirst in target maanger (#31379) 2024-03-19 11:49:05 +08:00
target_manager.go enhance: Add AllPartitionsID const to replace InvalidPartitionID (#31438) 2024-03-20 19:01:05 +08:00
target.go enhance: Speed up target recovery after query coord restart (#31240) 2024-03-15 14:19:03 +08:00