mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
5f52eb7653
Continue trying to remove NFS directory on temporary errors for up to a minute. The previous async removal process breaks in the following case during VictoriaMetrics start - VictoriaMetrics opens index, finds incomplete merge transactions and starts replaying them. - The transaction instructs removing old directories for parts, which were already merged into bigger part. - VictoriaMetrics removes these directories, but their removal is delayed due to NFS errors. - VictoriaMetrics scans partition directory after all the incomplete merge transactions are finished and finds directories, which should be removed, but weren't still removed due to NFS errors. - VictoriaMetrics panics when it finds unexpected empty directory. Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/162 |
||
---|---|---|
.. | ||
common | ||
concurrencylimiter | ||
deployment | ||
graphite | ||
influx | ||
netstorage | ||
opentsdb | ||
opentsdbhttp | ||
prometheus | ||
main.go | ||
Makefile | ||
README.md |
vminsert
routes the ingested data to vmstorage
nodes.