namenode should not log failed mkdirs at warning level
------------------------------------------------------

         Key: HADOOP-240
         URL: http://issues.apache.org/jira/browse/HADOOP-240
     Project: Hadoop
        Type: Bug

  Components: dfs  
    Versions: 0.2.1    
    Reporter: Hairong Kuang
 Assigned to: Hairong Kuang 
    Priority: Minor


when a namenode creates a directory, it also recursively tries to creates its 
parent directories. If they already exist, the lastSuccess is  false and the 
"error" is logged at the warning level.

The right approach is to set the logging leve lower to fine or simply ignore 
the the "error".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to