VictoriaMetrics/app/vminsert/netstorage
Aliaksandr Valialkin 989d84cf3f app/{vminsert,vmstorage}: wait for ack from vmstorage after each packet sent to it from vminsert
This should protect from possible data loss when `vmstorage` is stopped while the packet is sent from `vminsert`.

This commit switches to new protocol between vminsert and vmstorage, which is incompatible
with the previous protocol. So it is required that both vminsert and vmstorage nodes are updated.
2020-04-27 09:53:26 +03:00
..
insert_ctx.go app/vminsert: add /api/v1/import handler 2019-12-09 22:37:49 +02:00
insert_ctx_pool.go app/vmagent: initial implementation for vmagent 2020-02-23 17:31:54 +02:00
netstorage.go app/{vminsert,vmstorage}: wait for ack from vmstorage after each packet sent to it from vminsert 2020-04-27 09:53:26 +03:00