[ http://issues.apache.org/jira/browse/HADOOP-240?page=comments#action_12413066 ]
Hairong Kuang commented on HADOOP-240: -------------------------------------- Just attached a new patch to this issue. Sorry that I forgot to log in. > 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 > Assignee: Hairong Kuang > Priority: Minor > Attachments: mkdir.patch, mkdir_new.patch > > 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
