[ 
https://issues.apache.org/jira/browse/HDFS-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971180#action_12971180
 ] 

Nigel Daley commented on HDFS-1536:
-----------------------------------

Hairong, can you add a tooltip that describes the new meaning of this value in 
context?  Something like:

{code}
private String colTxt(String title) {
  return "<td id=\"col" + ++colNum + "\" title=\"" + title + "\"> ";
}
...
colTxt("Excludes missing blocks.")
{code}

We should probably do this for other fields too, but that's a separate jira.

> Improve HDFS WebUI
> ------------------
>
>                 Key: HDFS-1536
>                 URL: https://issues.apache.org/jira/browse/HDFS-1536
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.23.0
>
>         Attachments: missingBlocksWebUI.patch
>
>
> 1. Make the missing blocks count accurate;
> 2. Make the under replicated blocks count excluding missing blocks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to