frostfs-node/pkg
Pavel Karpy da8da1c63a [#98] fstree: Do not fail iteration over just removed files
A directory is read and files are saved to a local variable. The iteration
over such files may lead to a non-existing files reading due to a normal SN
operation cycle and, therefore, may lead to a returning the OS error to a
caller. Skip just removed (or lost) files as the golang std library does in
similar situations:
5f1a0320b9/src/os/dir_unix.go (L128-L133).

Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
2023-03-22 07:26:27 +00:00
..
core [#148] linter: Add funlen linter 2023-03-21 09:54:41 +03:00
innerring [#128] IR: Do not try to emit GAS to nobody 2023-03-21 08:59:46 +00:00
local_object_storage [#98] fstree: Do not fail iteration over just removed files 2023-03-22 07:26:27 +00:00
metrics [#148] linter: Add funlen linter 2023-03-21 09:54:41 +03:00
morph [#148] linter: Add gocognit linter 2023-03-21 09:54:41 +03:00
network Rename package name 2023-03-07 16:38:26 +03:00
services [#155] search-service: Fix search with ST 2023-03-22 07:21:09 +00:00
util [#83] util/autocomplete: Fix deprecated warning 2023-03-13 07:07:30 +00:00