mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00: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 |
||
---|---|---|
.. | ||
common | ||
concurrencylimiter | ||
deployment | ||
graphite | ||
influx | ||
netstorage | ||
opentsdb | ||
opentsdbhttp | ||
prometheus | ||
main.go | ||
Makefile | ||
README.md |
vminsert
routes the ingested data to vmstorage
nodes.