[ https://issues.apache.org/jira/browse/HADOOP-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Chansler updated HADOOP-1691: ------------------------------------ Component/s: dfs Description: If a file has a replicaiton of 3 and setReplication() is used to set the replication to 1 we will see following log in NameNode log : {noformat} 2007-08-07 12:18:27,370 INFO fs.FSNamesystem (FSNamesystem.java:setReplicationInternal(661)) - Increasing replication for file /srcdat/2725423627829963655. New replication is 1 2007-08-07 12:18:27,370 INFO fs.FSNamesystem (FSNamesystem.java:setReplicationInternal(668)) - Reducing replication for file /srcdat/2725423627829963655. New replication is 1 {noformat} Fixing this could be trivial. was: If a file has a replicaiton of 3 and setReplication() is used to set the replication to 1 we will see following log in NameNode log : {noformat} 2007-08-07 12:18:27,370 INFO fs.FSNamesystem (FSNamesystem.java:setReplicationInternal(661)) - Increasing replication for file /srcdat/2725423627829963655. New replication is 1 2007-08-07 12:18:27,370 INFO fs.FSNamesystem (FSNamesystem.java:setReplicationInternal(668)) - Reducing replication for file /srcdat/2725423627829963655. New replication is 1 {noformat} Fixing this could be trivial. > Confusing set replication message > --------------------------------- > > Key: HADOOP-1691 > URL: https://issues.apache.org/jira/browse/HADOOP-1691 > Project: Hadoop > Issue Type: Bug > Components: dfs > Reporter: Raghu Angadi > Priority: Minor > > If a file has a replicaiton of 3 and setReplication() is used to set the > replication to 1 we will see following log in NameNode log : > {noformat} > 2007-08-07 12:18:27,370 INFO fs.FSNamesystem > (FSNamesystem.java:setReplicationInternal(661)) - Increasing replication for > file /srcdat/2725423627829963655. New replication is 1 > 2007-08-07 12:18:27,370 INFO fs.FSNamesystem > (FSNamesystem.java:setReplicationInternal(668)) - Reducing replication for > file /srcdat/2725423627829963655. New replication is 1 > {noformat} > Fixing this could be trivial. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.