You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2007/12/04 00:41:43 UTC

[jira] Created: (HADOOP-2337) Trash never closes FileSystem

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.