mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
server: Don't register director interrupt handler
This commit is contained in:
parent
b5b466088d
commit
c1e58ee91f
@ -20,7 +20,6 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"go.etcd.io/etcd/pkg/v3/osutil"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
@ -45,7 +44,6 @@ func newDirector(lg *zap.Logger, urlsFunc GetProxyURLs, failureWait time.Duratio
|
||||
stopc: make(chan struct{}),
|
||||
donec: make(chan struct{}),
|
||||
}
|
||||
osutil.RegisterInterruptHandler(d.stop)
|
||||
d.refresh()
|
||||
go func() {
|
||||
defer close(d.donec)
|
||||
|
Loading…
x
Reference in New Issue
Block a user