forked from TrueCloudLab/frostfs-node
da8da1c63a
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:
|
||
---|---|---|
.. | ||
blobovniczatree | ||
common | ||
compression | ||
fstree | ||
internal/blobstortest | ||
memstore | ||
blobstor.go | ||
blobstor_test.go | ||
control.go | ||
delete.go | ||
exists.go | ||
exists_test.go | ||
generic_test.go | ||
get.go | ||
get_range.go | ||
info.go | ||
iterate.go | ||
iterate_test.go | ||
logger.go | ||
mode.go | ||
perf_test.go | ||
put.go |