milvus-io / milvus

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

[Bug]: `CreateIndex` bypass DISKANN mmap constraint #32711

Closed congqixia closed 2 weeks ago

congqixia commented 3 weeks ago

Is there an existing issue for this?

Environment

- Milvus version: a43baa0
- 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

Create DiskANN with mmap enabled is allowed

Expected Behavior

An error shall be returned when create index with mmap attribute

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response