HDFS-9356. Decommissioning node does not have Last Contact value in the UI. Contributed by Surendra Singh Lilhore.

This commit is contained in:
Haohui Mai 2015-11-22 22:58:58 -08:00
parent 611aa77f75
commit 04c14b5dc4
2 changed files with 3 additions and 2 deletions

View File

@ -2348,6 +2348,9 @@ Release 2.8.0 - UNRELEASED
HDFS-7897. Shutdown metrics when stopping JournalNode. HDFS-7897. Shutdown metrics when stopping JournalNode.
(zhouyingchao via wheat9) (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 Release 2.7.3 - UNRELEASED
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -339,7 +339,6 @@
<thead> <thead>
<tr> <tr>
<th>Node</th> <th>Node</th>
<th>Last contact</th>
<th>Under replicated blocks</th> <th>Under replicated blocks</th>
<th>Blocks with no live replicas</th> <th>Blocks with no live replicas</th>
<th>Under Replicated Blocks <br/>In files under construction</th> <th>Under Replicated Blocks <br/>In files under construction</th>
@ -348,7 +347,6 @@
{#DecomNodes} {#DecomNodes}
<tr> <tr>
<td>{name} ({xferaddr})</td> <td>{name} ({xferaddr})</td>
<td>{lastContact}</td>
<td>{underReplicatedBlocks}</td> <td>{underReplicatedBlocks}</td>
<td>{decommissionOnlyReplicas}</td> <td>{decommissionOnlyReplicas}</td>
<td>{underReplicateInOpenFiles}</td> <td>{underReplicateInOpenFiles}</td>