HDFS-14491. More Clarity on Namenode UI Around Blocks and Replicas. Contributed by Siyao Meng.
(cherry picked from commit 6a43d0fbd49b3ff1ce75a2334b51a98ae476e473) (cherry picked from commit 4784165bb24228d13f4e738e0093ab0dade0bff1)
This commit is contained in:
parent
e66ad19395
commit
6966b76230
|
@ -183,7 +183,7 @@
|
|||
<tr><th><a href="#tab-datanode-volume-failures">Total Datanode Volume Failures</a></th><td>{VolumeFailuresTotal} ({EstimatedCapacityLostTotal|fmt_bytes})</td></tr>
|
||||
{@eq key=nnstat.State value="active"}
|
||||
<tr><th title="Excludes missing blocks.">Number of Under-Replicated Blocks</th><td>{UnderReplicatedBlocks}</td></tr>
|
||||
<tr><th>Number of Blocks Pending Deletion</th><td>{PendingDeletionBlocks}</td></tr>
|
||||
<tr><th>Number of Blocks Pending Deletion (including replicas)</th><td>{PendingDeletionBlocks}</td></tr>
|
||||
{/eq}
|
||||
<tr><th>Block Deletion Start Time</th><td>{BlockDeletionStartTime|date_tostring}</td></tr>
|
||||
{/fs}
|
||||
|
|
Loading…
Reference in New Issue