HDFS-6723. New NN webUI no longer displays decommissioned state for dead node. Contributed by Ming Ma.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f2137d7c0e
commit
a7855e1c33
|
@ -983,6 +983,9 @@ Release 2.5.0 - UNRELEASED
|
||||||
HDFS-6622. Rename and AddBlock may race and produce invalid edits (kihwal
|
HDFS-6622. Rename and AddBlock may race and produce invalid edits (kihwal
|
||||||
via cmccabe)
|
via cmccabe)
|
||||||
|
|
||||||
|
HDFS-6723. New NN webUI no longer displays decommissioned state for dead node.
|
||||||
|
(Ming Ma via wheat9)
|
||||||
|
|
||||||
Release 2.4.1 - 2014-06-23
|
Release 2.4.1 - 2014-06-23
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -282,7 +282,7 @@
|
||||||
<tr class="danger">
|
<tr class="danger">
|
||||||
<td>{name} ({xferaddr})</td>
|
<td>{name} ({xferaddr})</td>
|
||||||
<td>{lastContact}</td>
|
<td>{lastContact}</td>
|
||||||
<td>Dead{?decomissioned}, Decomissioned{/decomissioned}</td>
|
<td>Dead{?decommissioned}, Decommissioned{/decommissioned}</td>
|
||||||
<td>-</td>
|
<td>-</td>
|
||||||
<td>-</td>
|
<td>-</td>
|
||||||
<td>-</td>
|
<td>-</td>
|
||||||
|
|
Loading…
Reference in New Issue