You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2010/09/30 00:50:36 UTC

[jira] Created: (HDFS-1430) Don't print entire stack trace to NN log when denying file access

Don't print entire stack trace to NN log when denying file access
-----------------------------------------------------------------

                 Key: HDFS-1430
                 URL: https://issues.apache.org/jira/browse/HDFS-1430
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: name-node
    Affects Versions: 0.21.0
            Reporter: Jakob Homan
             Fix For: 0.22.0


Currently when a user attempts to access a file/directory he/she doesn't have access to, we include the entire stack trace from the exception that is generated.  Denying access is a routine event and the stack trace is just noise.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.