Repository: hadoop Updated Branches: refs/heads/trunk 611aa77f7 -> 04c14b5dc
HDFS-9356. Decommissioning node does not have Last Contact value in the UI. Contributed by Surendra Singh Lilhore. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/04c14b5d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/04c14b5d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/04c14b5d Branch: refs/heads/trunk Commit: 04c14b5dc45696951eddbb5f5c15db2ff0e3ce16 Parents: 611aa77 Author: Haohui Mai <[email protected]> Authored: Sun Nov 22 22:58:58 2015 -0800 Committer: Haohui Mai <[email protected]> Committed: Sun Nov 22 22:58:58 2015 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/04c14b5d/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 528a95e..4ce94a8 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -2348,6 +2348,9 @@ Release 2.8.0 - UNRELEASED HDFS-7897. Shutdown metrics when stopping JournalNode. (zhouyingchao via wheat9) + HDFS-9356. Decommissioning node does not have Last Contact value in the UI. + (Surendra Singh Lilhore via wheat9) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/04c14b5d/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html index 08199fc..f513139 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html @@ -339,7 +339,6 @@ <thead> <tr> <th>Node</th> - <th>Last contact</th> <th>Under replicated blocks</th> <th>Blocks with no live replicas</th> <th>Under Replicated Blocks <br/>In files under construction</th> @@ -348,7 +347,6 @@ {#DecomNodes} <tr> <td>{name} ({xferaddr})</td> - <td>{lastContact}</td> <td>{underReplicatedBlocks}</td> <td>{decommissionOnlyReplicas}</td> <td>{underReplicateInOpenFiles}</td>
