HDFS-9356. Decommissioning node does not have Last Contact value in the UI. Contributed by Surendra Singh Lilhore.
This commit is contained in:
parent
16bcf66c1b
commit
5ce7e72145
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue