Container milvus-standalone stop after i search database #42777
Answered
by
HoangSang1510
HoangSang1510
asked this question in
Q&A and General discussion
-
Hello, i am using mivuls 2.4.23, when i query, container milvus-standalone has stoped. When call docker compose ps, etcd and minio still working but not found milvus-standalone. result log i got:
full log is: |
Beta Was this translation helpful? Give feedback.
Answered by
HoangSang1510
Jun 19, 2025
Replies: 1 comment 7 replies
-
The log shows it received "list database" and "describe database" requests, and the requests were successfully completed:
I didn't see any critical errors in the log, seems the standalone works well. The error "Connection reset by peer" could be a network problem, not milvus error. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks you, I think the crash is due to my Ubuntu device lacking AVX-512 support. The same code runs normally on devices that support AVX-512.