[Bug]: QueryNode memory keeps increasing on search and search_Iterator with DiskANN. #39561
Open
1 task done
Labels
kind/bug
Issues or changes related a bug
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Is there an existing issue for this?
Environment
Current Behavior
We have been using search_iterator and the query_nodes' memory keeps increasing, with searching and ultimately the nodes gets crash due to memory overflow. Similar issue of non-release of memory was observed on search, however, this behavior is observed steadily on search, but on the search_iterator it is observed to be increasing exponential.There are 6 query_nodes with 60 GBs of memory, each. The vectors we are searching are 16-bits, 512 dimensional. And the total data is around 653 Million.
At the start, prior to searching, the memory consumed was at 50%, however, it keep on increasing as we performed searching. Attached are the Grafana graphs for query_nodes memory consumption.
Following is the code-block that we are using for the search_iterator.
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
attach is the query nodes behaviour while using search_iterator.
The text was updated successfully, but these errors were encountered: