We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89edbca commit 3e3e908Copy full SHA for 3e3e908
pkg/server/start_listen.go
@@ -158,7 +158,6 @@ func startListenRPCAndSQL(
158
waitForQuiesce := func(context.Context) {
159
<-stopper.ShouldQuiesce()
160
drpcCancel()
161
- // TODO(bdarnell): Do we need to also close the other listeners?
162
netutil.FatalIfUnexpected(grpcL.Close())
163
netutil.FatalIfUnexpected(grpcLoopbackL.Close())
164
netutil.FatalIfUnexpected(drpcL.Close()) // Closing this listener is as good as closing drpcTLSL
0 commit comments