VictoriaMetrics/app/vminsert/netstorage
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
..
insert_ctx.go app/vminsert/netstorage: send per-storageNode bufs to vmstorage nodes in parallel 2019-09-11 14:50:19 +03:00
netstorage.go app/vminsert/netstorage: make sure the conn exists before closing it in storageNode.closeBrokenConn 2019-09-25 10:36:50 +03:00