mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
4c02e496f7
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 |
||
---|---|---|
.. | ||
backup | ||
buildinfo | ||
bytesutil | ||
decimal | ||
encoding | ||
fastnum | ||
filestream | ||
fs | ||
httpserver | ||
logger | ||
memory | ||
mergeset | ||
netutil | ||
procutil | ||
prompb | ||
storage | ||
syncwg | ||
timerpool | ||
uint64set | ||
workingsetcache |