noobaa / noobaa-core

High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...
https://www.noobaa.io
Apache License 2.0
273 stars 80 forks source link

NSFS | versioning | change open_files_gpfs log on failed file open from error to warn #8515

Closed nadavMiz closed 1 week ago

nadavMiz commented 1 week ago

Explain the changes

  1. during concurrent operations file might be moved or deleted before its opened in _open_files_gpfs. in this case we will retry. change the log for failing to open file from error to warn. in case all retries were exhausted the error will be printed on the retry end

Issues: Fixed #xxx / Gap #xxx

Testing Instructions: