mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
parent
8041fc3c75
commit
bf7f32b025
@ -630,6 +630,7 @@ func (s *Server) start() error {
|
|||||||
func (s *Server) Stop() error {
|
func (s *Server) Stop() error {
|
||||||
Params := ¶mtable.Get().ProxyGrpcServerCfg
|
Params := ¶mtable.Get().ProxyGrpcServerCfg
|
||||||
log.Debug("Proxy stop", zap.String("internal address", Params.GetInternalAddress()), zap.String("external address", Params.GetInternalAddress()))
|
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
|
var err error
|
||||||
|
|
||||||
if s.etcdCli != nil {
|
if s.etcdCli != nil {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user