Trash never closes FileSystem ----------------------------- Key: HADOOP-2337 URL: https://issues.apache.org/jira/browse/HADOOP-2337 Project: Hadoop Issue Type: Bug Components: dfs Affects Versions: 0.15.0 Reporter: Konstantin Shvachko Fix For: 0.16.0
Trash opens FileSystem using Path.getFileSystem() but never closes it. This happens even if Trash is disabled (trash.interval == 0). I think trash should not open file system if it is disabled. I also think that NameNode should not create a trash Thread when trash is disabled, see NameNode.init(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.