VictoriaMetrics/app
Aliaksandr Valialkin 73ac7b8dd6 app/vminsert/netstorage: make sure the conn exists before closing it in storageNode.closeBrokenConn
The conn can be missing or already closed during the call to storageNode.closeBrokenConn.
Prevent `nil pointer dereference` panic by verifying whether the conn is already closed.

Thanks to @CH-anhngo for reporting the issue.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/189
2019-09-25 10:36:50 +03:00
..
vminsert app/vminsert/netstorage: make sure the conn exists before closing it in storageNode.closeBrokenConn 2019-09-25 10:36:50 +03:00
vmselect app/vmselect/promql: properly handle subqueries like aggr_func(rollup_func(metric[window:step])) 2019-09-13 21:42:11 +03:00
vmstorage all: report the number of bytes read on io.ReadFull error 2019-09-11 14:50:24 +03:00