mirror of https://github.com/milvus-io/milvus.git
parent
8041fc3c75
commit
bf7f32b025
|
@ -630,6 +630,7 @@ func (s *Server) start() error {
|
|||
func (s *Server) Stop() error {
|
||||
Params := ¶mtable.Get().ProxyGrpcServerCfg
|
||||
log.Debug("Proxy stop", zap.String("internal address", Params.GetInternalAddress()), zap.String("external address", Params.GetInternalAddress()))
|
||||
s.proxy.UpdateStateCode(commonpb.StateCode_Abnormal)
|
||||
var err error
|
||||
|
||||
if s.etcdCli != nil {
|
||||
|
|
Loading…
Reference in New Issue