Repository: hadoop Updated Branches: refs/heads/branch-2 16bcf66c1 -> 5ce7e7214
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/5ce7e721 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5ce7e721 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5ce7e721 Branch: refs/heads/branch-2 Commit: 5ce7e72145dd855b7c4e0d77ba80fe5c76397edc Parents: 16bcf66 Author: Haohui Mai <[email protected]> Authored: Sun Nov 22 22:58:58 2015 -0800 Committer: Haohui Mai <[email protected]> Committed: Sun Nov 22 22:59:12 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/5ce7e721/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 194fb8c..3d270bc 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1493,6 +1493,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/5ce7e721/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>
