frostfs-node/pkg/local_object_storage
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
..
blobovnicza Rename package name 2023-03-07 16:38:26 +03:00
blobstor [#98] fstree: Do not fail iteration over just removed files 2023-03-22 07:26:27 +00:00
engine [#156] pilorama: Remove CIDDescriptor from TreeApply() 2023-03-22 07:14:18 +00:00
internal [#32] node: Always close general components after testing 2023-03-09 11:07:33 +00:00
metabase [#156] metabase: Make freePotentialLocks() pass linter checks 2023-03-22 07:14:18 +00:00
pilorama [#156] pilorama: Remove CIDDescriptor from TreeApply() 2023-03-22 07:14:18 +00:00
shard [#156] shard: Make refillMetabase() pass linter checks 2023-03-22 07:14:18 +00:00
util Rename package name 2023-03-07 16:38:26 +03:00
writecache [#32] node: Init write-cache asynchronously 2023-03-09 11:07:33 +00:00