Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For the issue: #2853
There seems to be a mismatch between the diskANN configs:
https://github.com/milvus-io/milvus/blob/master/configs/milvus.yaml
Below is for indexNode, here it is enabled.
![Screenshot 2024-11-04 at 10 52 07 PM](https://private-user-images.githubusercontent.com/148342058/382854136-e9691dc2-1cb0-4f99-ba5b-a89c432bb92c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTYyMTIsIm5iZiI6MTczOTYxNTkxMiwicGF0aCI6Ii8xNDgzNDIwNTgvMzgyODU0MTM2LWU5NjkxZGMyLTFjYjAtNGY5OS1iYTViLWE4OWM0MzJiYjkyYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxMDM4MzJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNmI3NDU0NDFkZmRhYTkzMTBmNGU0NzAzYzUyYzE3NjllNTk0ODk3NWM1NTIwMzg3NDQzYzNiYTIyNWYzNTVmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.yCwGmFbF-RFOh3MS7X9qsE5x9SE1l882ZXA33qNHldw)
and here for queryNode, it is disabled.
![Screenshot 2024-11-04 at 10 52 33 PM](https://private-user-images.githubusercontent.com/148342058/382854303-37607530-918c-4e3a-a45c-48c3d80812a2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTYyMTIsIm5iZiI6MTczOTYxNTkxMiwicGF0aCI6Ii8xNDgzNDIwNTgvMzgyODU0MzAzLTM3NjA3NTMwLTkxOGMtNGUzYS1hNDVjLTQ4YzNkODA4MTJhMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxMDM4MzJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zY2MxMjhiNzkxNGQ5M2JiYjk3NGU5OGI2ZDk1ODEyNjhiZWQ2OWY2NTFkYjVlNDRiNDI3MmZkNzU4NzgxNDNiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.xbZo5Upw27umOWtWqaWVgLL4PYU0Xv76zJNCWvfZIJU)
Based on my understanding it seems it should be indexNode.diskANN as index node will do the indexing.