VictoriaMetrics/lib/fs
Aliaksandr Valialkin 8e2985b53d lib/fs: wait for a while before giving up on NFS file removal if the removal queue is full
This should reduce the probability of the panic on a highly loaded VictoriaMetrics
accepting millions of samples per second.

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1313
2021-05-21 17:21:00 +03:00
..
dir_remover.go lib/fs: wait for a while before giving up on NFS file removal if the removal queue is full 2021-05-21 17:21:00 +03:00
fadvise_darwin.go app/vmselect: reduce memory usage when query touches big number of time series 2020-11-04 17:04:04 +02:00
fadvise_openbsd.go app/vmselect: reduce memory usage when query touches big number of time series 2020-11-04 17:04:04 +02:00
fadvise_unix.go app/vmselect: reduce memory usage when query touches big number of time series 2020-11-04 17:04:04 +02:00
fs.go lib/{storage,mergeset}: remove empty directories on startup. Such directories can be left after unclean shutdown on NFS storage 2021-04-22 13:02:44 +03:00
fs_nix.go lib/fs: follow-up after f3a03c4164 2021-02-27 01:01:47 +02:00
fs_openbsd.go lib/fs: follow-up after f3a03c4164 2021-02-27 01:01:47 +02:00
fs_test.go lib/fs: add test for IsTemporaryFileName 2019-08-13 21:33:45 +03:00
fs_unix.go lib/fs: follow-up after f3a03c4164 2021-02-27 01:01:47 +02:00
fs_windows.go lib/fs: follow-up after f3a03c4164 2021-02-27 01:01:47 +02:00
reader_at.go lib/fs: follow-up after f3a03c4164 2021-02-27 01:01:47 +02:00
reader_at_test.go lib/fs: replace fs.OpenReaderAt with fs.MustOpenReaderAt 2020-11-23 09:57:21 +02:00
reader_at_timing_test.go lib/fs: replace fs.OpenReaderAt with fs.MustOpenReaderAt 2020-11-23 09:57:21 +02:00