VictoriaMetrics/lib
Aliaksandr Valialkin 28d9904efc lib/fs: panic with fatal error when directories cannot be removed
Unremoved directories may lead to inconsistent data directory,
so VictoriaMetrics will fail to start next time.

So panic on the first error when trying to remove directory in order
to simplify recover process.
2019-06-12 01:20:10 +03:00
..
auth all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
buildinfo all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
bytesutil all: fix misspellings 2019-05-25 21:51:24 +03:00
consts all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
decimal lib/decimal: add a comment explaining weird code in maxUpExponent. Fixes #29 2019-05-23 17:18:50 +03:00
encoding all: fix misspellings 2019-05-25 21:51:24 +03:00
filestream all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
flagutil all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
fs lib/fs: panic with fatal error when directories cannot be removed 2019-06-12 01:20:10 +03:00
handshake all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
httpserver lib/httpserver: add -http.disableResponseCompression flag, which may help saving CPU resources at the cost of higher network bandwidth usage 2019-05-24 12:20:36 +03:00
logger all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
memory all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
mergeset lib/fs: consistency renaming SyncPath -> MustSyncPath, since it doesnt return error 2019-06-11 23:13:45 +03:00
netutil all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
procutil lib/procutil: typo fix in comment to WaitForSigterm 2019-06-03 16:54:37 +03:00
prompb all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
storage lib/fs: consistency renaming SyncPath -> MustSyncPath, since it doesnt return error 2019-06-11 23:13:45 +03:00
syncwg all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
tenantmetrics app/vminsert: split vm_rows_inserted_total into per-(accountID, projectID) metrics 2019-06-07 22:11:20 +03:00
timerpool lib/timerpool: use timer pool in concurrency limiters 2019-05-28 17:30:10 +03:00