未验证 提交 b88e74a1 编写于 作者: B Bingyi Sun 提交者: GitHub

Fix querycoord close error (#25034)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Co-authored-by: Nsunby <bingyi.sun@zilliz.com>
上级 a1ea9f6c
......@@ -440,7 +440,7 @@ func (s *Server) Stop() error {
s.session.Stop()
}
if s.session != nil {
if s.cluster != nil {
log.Info("stop cluster...")
s.cluster.Stop()
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册