fuse icon indicating copy to clipboard operation
fuse copied to clipboard

Avoid printing the error message related to 'no such file or directory'

Open avidullu opened this issue 3 years ago • 1 comments

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

avidullu avatar Jul 18 '22 10:07 avidullu

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.)

stapelberg avatar Jul 18 '22 11:07 stapelberg

Seems the error was happening a very niche case and we've added another check in gcsfuse. Closing this PR.

avidullu avatar Aug 09 '22 07:08 avidullu

@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

kahing avatar Nov 02 '22 22:11 kahing

Here is the PR

avidullu avatar Nov 05 '22 10:11 avidullu

@avidullu did you ever figure out why those messages show up? hiding all fuse error isn't a great option

kahing avatar Nov 11 '22 00:11 kahing