milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
28.56k stars 2.75k forks source link

[Bug]: fix query may return deleted records #34500

Closed weiliu1031 closed 6 days ago

weiliu1031 commented 3 weeks ago

Is there an existing issue for this?

Environment

- Milvus version: master and 2.4
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

cause the sort in GetLevel0Deletions will broken the corresponed order between pks and tss

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

weiliu1031 commented 3 weeks ago

/assign

weiliu1031 commented 6 days ago

issue about delete record orders should be fixed by https://github.com/milvus-io/milvus/pull/34619