This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 6966b76  HDFS-14491. More Clarity on Namenode UI Around Blocks and 
Replicas. Contributed by Siyao Meng.
6966b76 is described below

commit 6966b76230d7c3add8f4b624e5065492ffc01fab
Author: Wei-Chiu Chuang <weic...@apache.org>
AuthorDate: Tue Aug 13 17:14:08 2019 -0700

    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)
---
 hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 618804c..33410da 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
@@ -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}


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to