milvus/internal/querynodev2/delegator
congqixia 99774548f2
enhance: [Cherry-pick] Add AllPartitionsID const to replace InvalidPartitionID (#31438) (#31515)
Cherry-pick from master
pr: #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-22 16:37:08 +08:00
..
deletebuffer enhance: make delegator delete buffer holding all delete from cp (#29626) 2024-01-04 17:02:46 +08:00
OWNERS Fix offline set always nil (#23340) 2023-04-11 14:42:30 +08:00
delegator.go fix: add the range search params check in proxy (#30423) 2024-02-28 11:24:58 +08:00
delegator_data.go enhance: [Cherry-pick] Add AllPartitionsID const to replace InvalidPartitionID (#31438) (#31515) 2024-03-22 16:37:08 +08:00
delegator_data_test.go enhance: [Cherry-pick] Add AllPartitionsID const to replace InvalidPartitionID (#31438) (#31515) 2024-03-22 16:37:08 +08:00
delegator_test.go fix: Support mvcc with hybrid serach (#30114) 2024-02-01 16:03:03 +08:00
distribution.go fix: [cherry-pick] Report offline info in `GetDataDistribition` (#31349) 2024-03-18 17:05:05 +08:00
distribution_test.go fix: [cherry-pick] Report offline info in `GetDataDistribition` (#31349) 2024-03-18 17:05:05 +08:00
mock_delegator.go fix: Support mvcc with hybrid serach (#30114) 2024-02-01 16:03:03 +08:00
snapshot.go Make snapshot.expired atomic (#25177) 2023-06-27 18:12:45 +08:00
snapshot_test.go load segment with target version, avoid read redundant segment (#24929) 2023-06-27 11:48:45 +08:00
types.go Format the code (#27275) 2023-09-21 09:45:27 +08:00