mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Remove SIGSEGV handling (#15341)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/15289/head
parent
30abe860fe
commit
72a17339f5
|
@ -491,7 +491,6 @@ func (mr *MilvusRoles) Run(local bool, alias string) {
|
|||
syscall.SIGHUP,
|
||||
syscall.SIGINT,
|
||||
syscall.SIGTERM,
|
||||
syscall.SIGSEGV,
|
||||
syscall.SIGQUIT)
|
||||
sig := <-sc
|
||||
log.Error("Get signal to exit\n", zap.String("signal", sig.String()))
|
||||
|
|
Loading…
Reference in New Issue