VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin 9cca3a0a1b
app/vmselect/netstorage: fix potential panic under high load
The panic may trigger during data blocks' processing received
from vmstorage nodes when some of vmstorage nodes return an error
or when `-replicationFactor` is set to values higher than 2 at `vmselect`.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3058
2022-09-02 21:36:15 +03:00
..
netstorage_test.go app/vmselect/netstorage: optimize mergeSortBlocks function 2022-07-09 00:35:38 +03:00
netstorage_timing_test.go app/vmselect/netstorage: add mergeSortBlocks benchmark for the worstcase 2022-07-12 12:26:27 +03:00
netstorage.go app/vmselect/netstorage: fix potential panic under high load 2022-09-02 21:36:15 +03:00
tmp_blocks_file_test.go app/vmselect/netstorage: remove common contention points related to inter-CPU communcations 2022-08-11 23:22:56 +03:00
tmp_blocks_file.go all: remove the remaining bits of io/ioutil 2022-08-22 00:22:41 +03:00