influxdb/tcp
davidby-influx 5b98166b05
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
2020-12-08 16:17:59 -08:00
..
mux.go fix: cp.Mux.Serve() closes all net.Listener instances silently on error. (#20278) 2020-12-08 16:17:59 -08:00
mux_test.go Expand unit test code coverage in services that were undercovered 2017-11-28 15:44:35 -06:00