influxdb/tcp
davidby-influx 8ecf0d2a36
fix: cp.Mux.Serve() closes all net.Listener instances silently on error (#20295)
* fix: cp.Mux.Serve() closes all net.Listener instances silently on error. (#20278)

A customer has seen a rash of "connection refused" errors to the meta node.
This fix ensures that when net.Listener instances are closed because of an
error in Accept(), influxdb logs the error which caused the closures, as well
as any errors in closing the Listeners.

Fixes https://github.com/influxdata/influxdb/issues/20256

(cherry picked from commit 5b98166b05)+
2020-12-09 11:21:29 -08:00
..
mux.go fix: cp.Mux.Serve() closes all net.Listener instances silently on error (#20295) 2020-12-09 11:21:29 -08:00
mux_test.go Expand unit test code coverage in services that were undercovered 2017-11-28 15:44:35 -06:00