milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
29.86k stars 2.87k forks source link

[Bug]: Milvus connection exception etcd, generate coredump. #36774

Closed zhoujiaqi1998 closed 2 hours ago

zhoujiaqi1998 commented 3 hours ago

Is there an existing issue for this?

Environment

- Milvus version:2.4.12
- Deployment mode(standalone or cluster):standalone and cluster
- MQ type(rocksmq, pulsar or kafka):    rocksmq and pulsar
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): CentOS
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

coredump.zip 图片

Expected Behavior

No response

Steps To Reproduce

Create a new milvus and configure non-existent etcd.

Milvus Log

milvus.log

Anything else?

No response

xiaofan-luan commented 2 hours ago

this is expected. Milvus can not serve with etcd. On other word, etcd is strong dependency for milvus

zhoujiaqi1998 commented 2 hours ago

The program can exit, but I think generating a core dump is abnormal. @xiaofan-luan