milvus: [Bug]: Milvus 2.2.0 will make computer shut down when building index

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version:2.2.0
- Deployment mode(standalone or cluster):standalone 
- SDK version(e.g. pymilvus v2.0.0rc2):pymilvus v2.2.0
- OS(Ubuntu or CentOS): Windows 11
- CPU/Memory: AMD Ryzen 7 5800X 8-Core/ DDR4 16GB*2
- GPU: RTX 3080 Ti
- Others: The video can be seen in "Milvus用户交流群104"

Current Behavior

When run the api “create_index()”, after about half of a minute, the computer will suddenly shut down Then after restarting the computer, run milvus in docker, without “create_index()” running, after about a minute, the computer will still shut down.

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (9 by maintainers)

Most upvoted comments

image

image

panic due to rootcoord failed to register lease to etcd. Maybe etcd is unhealthy?@JiehangXie

@bigsheeper maybe……,I uninstall milvus 2.1.4 but maintain the milvus-minio and etcd, then install milvus 2.2.0 alone, it can work normally. Now I try to rewrite the vector data to exclude if OOM occurs this problem.