VictoriaMetrics/app/vminsert
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
..
common app/vminsert: add ability to ingest data via HTTP OpenTSDB /api/put requests 2019-08-22 12:46:54 +03:00
concurrencylimiter all: return 503 http error if service is temporarily unavailable 2019-08-23 09:49:50 +03:00
deployment all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
graphite app/vminsert: skip empty tags 2019-08-24 13:36:41 +03:00
influx app/vminsert/influx: set db label only if Influx line doesnt have db tag 2019-08-24 13:55:01 +03:00
netstorage app/vminsert/netstorage: make sure the conn exists before closing it in storageNode.closeBrokenConn 2019-09-25 10:36:50 +03:00
opentsdb app/vminsert: skip empty tags 2019-08-24 13:36:41 +03:00
opentsdbhttp app/vminsert/opentsdbhttp: remove FATAL prefix from logger.Fatalf errors for the sake of consistency with other logger.Fatalf calls 2019-09-19 22:16:11 +03:00
prometheus app/vminsert: add vm_rows_per_insert summary metric 2019-07-27 13:28:20 +03:00
main.go lib/fs: add MustStopDirRemover for waiting until pending directories are removed on graceful shutdown 2019-09-05 11:17:17 +03:00
Makefile all: small updates after PR #114 2019-07-24 17:43:43 +03:00
README.md all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00

vminsert routes the ingested data to vmstorage nodes.