garyfeng / embedding_vector_search

prototyping global search for embedding vectors
Apache License 2.0
0 stars 0 forks source link

BUG: Milvus docker quits after idling #8

Open garyfeng opened 1 year ago

garyfeng commented 1 year ago

When starting with docker-compose, the Milvus dockers starts well and is functional for hours. But if let to idle for a few hours, the docker quits, with a LOT of messages. What seems relevant is

[2022/11/27 13:41:02.401 +00:00] [WARN] [sessionutil/session_util.go:389] ["session keepalive channel closed"]
[2022/11/27 13:41:02.401 +00:00] [INFO] [server/rocksmq_impl.go:315] ["Rocksmq Info"] [topic=by-dev-rootcoord-dml_5] ["consumer num"=0] ["min position group names"=] ["min positions"=-1] ["page sum"=0] ["last page size"=319802]
[2022/11/27 13:41:02.401 +00:00] [WARN] [sessionutil/session_util.go:624] ["connection lost detected, shuting down"]

Note sure if this is a feature or a bug. Regardless, everything works if I restart. So one solution is to keep it alive (auto restart) in docker-compose file.