-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: [batch_insert fail] milvus down after I insert 10M random vector #38618
Comments
@xwt1 please check
/assign @xwt1 |
@yanliang567
BTW, I don't really care for performance now, which means working on HDD and have slow performance is acceptance. :( |
I try to set the cpu core to 8 and memory to 32G and get the same result. |
The etcd service must run on SSD volumes, because milvus uses etcd as the heart-beating service. If etcd is slow, milvus fails to keep healthy and restarts itself. |
Is there an existing issue for this?
Environment
Current Behavior
When I want to insert 10M random vectors into standalone milvus and index it, it will randomly breakdown.
I basiclly generate 10M random vector and insert them into a collection, then index them. But when i execuate the code, the standalone instance breakdown.
The code I ran is like:
I don't know whether the reason is that i do not allocate enough resource to etcd. I print the system milvus.log(in error mode) and see something like "failed to save by batch" "error="etcdserver: request timed out"". If it is , how can i fix it?
Expected Behavior
No Breakdown
Steps To Reproduce
Milvus Log
standalone-0.txt
Anything else?
No response
The text was updated successfully, but these errors were encountered: