Avoid printing the error message related to 'no such file or directory'
Avoid printing the error message related to 'no such file or directory' on a writeMessage. These are mostly due to interacting with a file which does not exist, some customers report a large number of these errors in their logs. Internal issue id 236809802
Thanks for the PR. Can you explain under which circumstances this error occurs? (Ideally, explain how to reproduce the error with one of the sample file systems in this repo.)
Seems the error was happening a very niche case and we've added another check in gcsfuse. Closing this PR.
@avidullu is there a reference for the gcsfuse issue? we are starting to see this as well when we updated our version of jacobsa/fuse
Here is the PR
@avidullu did you ever figure out why those messages show up? hiding all fuse error isn't a great option