mirror of https://github.com/milvus-io/milvus.git
parent
324f5d1df7
commit
96cb24e566
|
@ -327,5 +327,5 @@ func (mr *MilvusRoles) Run(localMsg bool) {
|
|||
syscall.SIGTERM,
|
||||
syscall.SIGQUIT)
|
||||
sig := <-sc
|
||||
fmt.Printf("Get %s signal to exit", sig.String())
|
||||
fmt.Printf("Get %s signal to exit\n", sig.String())
|
||||
}
|
||||
|
|
|
@ -231,7 +231,7 @@ func (s *Session) processKeepAliveResponse(ch <-chan *clientv3.LeaseKeepAliveRes
|
|||
close(failCh)
|
||||
return
|
||||
}
|
||||
failCh <- true
|
||||
//failCh <- true
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
|
Loading…
Reference in New Issue