FUSE module chokes on directories with lots (10,000+ or so) files
-----------------------------------------------------------------
Key: HADOOP-3797
URL: https://issues.apache.org/jira/browse/HADOOP-3797
Project: Hadoop Core
Issue Type: Bug
Components: contrib/fuse-dfs
Reporter: Pete Wyckoff
For some reason, fuse is calling getattr for every file after doing a readdir.
The readdir supplies the same info so there's no reason for the getattr calls
(that I can see) and it does not do this for subdirectories.
I don't know why it's doing this, so I sent an email to the fuse development
list.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.