frostfs-node/pkg/local_object_storage/blobstor/fstree
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
..
control.go Rename package name 2023-03-07 16:38:26 +03:00
fstree.go [#98] fstree: Do not fail iteration over just removed files 2023-03-22 07:26:27 +00:00
fstree_test.go Rename package name 2023-03-07 16:38:26 +03:00
generic_test.go Rename package name 2023-03-07 16:38:26 +03:00
option.go [#1992] fstree: Allow working in SYNC mode 2022-11-01 09:42:26 +03:00