Eli Collins created HDFS-3882:
---------------------------------

             Summary: NN trash emptier should not delete files via the client
                 Key: HDFS-3882
                 URL: https://issues.apache.org/jira/browse/HDFS-3882
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: name-node
            Reporter: Eli Collins


The trash emptier only runs in the NN yet deletes files via the client (and 
therefore makes self IPCs), let's modify it to remove files directly. This 
could be handled as part of moving trash server side (HADOOP-8598) or simply by 
creating a new trash policy (since the emptier lives in the default trash 
policy) and configuring the NN to use it by default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to