storj/storage
Ivan Fraixedes ed9816fd30 storage/filestore: Ignore IsNotExist error walking files
A file piece could be deleted in between walking the list of files read
from a directory and before we actually perform any operation on such
file. When that happens, we don't want to return an error, we want to
just ignore it and carry on.

Change-Id: I8f6986070e5883599a08fccf8b125c075b30fe1b
2020-06-23 19:28:42 +00:00
..
boltdb satellite/metainfo,storage: use different limit for metainfo loop 2020-05-05 10:37:20 +00:00
cockroachkv private/tagsql: track proper closing of rows and statements 2020-06-05 18:25:43 +00:00
filestore storage/filestore: Ignore IsNotExist error walking files 2020-06-23 19:28:42 +00:00
postgreskv private/tagsql: track proper closing of rows and statements 2020-06-05 18:25:43 +00:00
redis satellite/accounting: add download limit cache 2020-06-12 16:33:46 -03:00
storelogger satellite/metainfo,storage: use different limit for metainfo loop 2020-05-05 10:37:20 +00:00
teststore satellite/metainfo,storage: use different limit for metainfo loop 2020-05-05 10:37:20 +00:00
testsuite satellite/metainfo: add MigrateToLatest to PointerDB 2020-04-28 17:26:35 +00:00
blob.go storage: delete unused code and lower visibility of static iterator 2020-02-17 14:53:54 +00:00
common.go satellite/metainfo,storage: use different limit for metainfo loop 2020-05-05 10:37:20 +00:00
listkeys.go storage: delete unused code and lower visibility of static iterator 2020-02-17 14:53:54 +00:00
listv2.go satellite/metainfo: avoid temporary list 2020-04-15 08:01:42 +00:00
util.go storage: delete unused code and lower visibility of static iterator 2020-02-17 14:53:54 +00:00