qubole / rubix

Cache File System optimized for columnar formats and object stores
Apache License 2.0
182 stars 74 forks source link

Do not log `NoSuchFileException` as warning in `FileMetadata.addFilesForDeletion` #468

Open shubhamtagra opened 3 years ago

shubhamtagra commented 3 years ago

It can happen that right when the eviction of a file occurs a new request comes for the file. In such a case the new request may see a NoSuchFileException while trying to delete the old files and logging it as warning will pollute logs