mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-14 16:12:15 +01:00
73ac7b8dd6
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 |
||
---|---|---|
.. | ||
insert_ctx.go | ||
netstorage.go |