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 "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2010/07/23 00:58:50 UTC

[jira] Created: (HDFS-1315) Remove access log entries generated when FSCK calls listStatus and open methods

Remove access log entries generated when FSCK calls listStatus and open methods
-------------------------------------------------------------------------------

                 Key: HDFS-1315
                 URL: https://issues.apache.org/jira/browse/HDFS-1315
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: name-node, tools
    Affects Versions: 0.22.0
            Reporter: Suresh Srinivas
            Assignee: Suresh Srinivas


In Yahoo production cluster access logs more than 50% of entries comes from FSCK. FSCK makes same {{Namenode}} method calls as clients. Because of this, the operations are logged in access logs similar to operations invoked by the client. I want to make a change to namenode not to log operations invoked by FSCK in access logs.

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