[skip e2e] Remove SIGSEGV handling (#15341)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/15289/head
Cai Yudong 2022-01-21 20:03:38 +08:00 committed by GitHub
parent 30abe860fe
commit 72a17339f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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()))