[ https://issues.apache.org/jira/browse/HADOOP-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Raghu Angadi updated HADOOP-1138: --------------------------------- Attachment: HADOOP-1138.patch new config {{dfs.report.datanode.timeout.hours}} is added. A dead datanode is listed on webui or 'dfsadmin -report' if - the node is present in "dfs.hosts" file or - It is not listed in "dfs.hosts.exlude" and it has been inactive for less than "dfs.report.datanode.timeout.hours" > Datanodes that are dead for a long long time should not show up in the UI > ------------------------------------------------------------------------- > > Key: HADOOP-1138 > URL: https://issues.apache.org/jira/browse/HADOOP-1138 > Project: Hadoop > Issue Type: Bug > Components: dfs > Reporter: dhruba borthakur > Assignee: Raghu Angadi > Fix For: 0.15.0 > > Attachments: HADOOP-1138.patch > > > Proposal 1: > If a include files is used, then show all nodes (dead/alive) that are listed > in the includes file. If there isn't an include file, then display only nodes > that have pinged this instance of the namenode. > Proposal2: > A config variable specifies the time duration. The namenode, on a restart, > purges all datanodes that have not pinged for that time duration. The default > value of this config variable can be 1 week. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.