VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin 20812008a7 lib/storage: remove metricID with missing metricID->metricName entry
The metricID->metricName entry can be missing in the indexdb after unclean shutdown
when only a part of entries for new time series is written into indexdb.

Recover from such a situation by removing the broken metricID. New metricID
will be automatically created for time series with the given metricName
when new data point will arive to it.
2019-12-02 20:46:44 +02:00
..
fadvise_darwin.go app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially 2019-09-30 00:11:14 +03:00
fadvise_freebsd.go app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially 2019-09-30 00:11:14 +03:00
fadvise_linux.go app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially 2019-09-30 00:11:14 +03:00
netstorage.go lib/storage: remove metricID with missing metricID->metricName entry 2019-12-02 20:46:44 +02:00
tmp_blocks_file.go app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially 2019-09-30 00:11:14 +03:00
tmp_blocks_file_test.go app/vmselect/netstorage: marshal block outside tmpBlocksFile.WriteBlock 2019-09-28 21:07:13 +03:00