milvus/internal/datanode/metacache
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
..
actions.go enhance: Add AllPartitionsID const to replace InvalidPartitionID (#31438) 2024-03-20 19:01:05 +08:00
actions_test.go enhance: Add segment id short cut for WithSegmentID filter (#31144) 2024-03-11 10:55:02 +08:00
bloom_filter_set.go enhance: Use RWMutex and change WLock to RLock (#30557) 2024-02-06 17:13:56 +08:00
bloom_filter_set_test.go enhance: add param for bloomfilter(#29388) (#29490) 2023-12-28 18:10:46 +08:00
meta_cache.go enhance: Add segment id short cut for WithSegmentID filter (#31144) 2024-03-11 10:55:02 +08:00
meta_cache_test.go enhance: Add segment id short cut for WithSegmentID filter (#31144) 2024-03-11 10:55:02 +08:00
mock_meta_cache.go enhance: Add back clean compacted segment info logic (#28646) 2023-11-24 15:38:25 +08:00
segment.go fix: Decoupling importing segment from flush process (#30402) 2024-02-03 13:01:12 +08:00
segment_test.go Add SyncManager to replace flush manager (#27873) 2023-10-31 02:30:16 +08:00
storagev2_cache.go feat: integrate storagev2 into index build process (#28995) 2023-12-13 17:24:38 +08:00