I am getting errors like “too busy disk” and Milvus is crashing every few minutes.
I am running Milvus 2.4.6 Standalone on Docker.
The 3 containers start running (etcd, minio, standalone milvus) then standalone container crashes.
Log snippets
“failed to updateTimeTick”
“Slow etcd operation save”
“node is not matched with channel”
“fail to retry keepAliveOnce”
connection lost detected, shutting down”
“Query Node disconnected from etcd, process will exit”
I just want it to run on my machine and it crashes right away.
AINewbieNewYork is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
You need to run a machine with a fast enough disk, enough RAM and available CPUs.
See:
https://milvus.io/docs/prerequisite-docker.md
I think you may have too much else running on that machine.
Also you may want to clean up your directories and reinstall. Check out this answer
“StatusCode.UNAVAILABLE, internal: Milvus Proxy is not ready yet” – Milvus Vector Search Issue