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

Harsh J commented on HDFS-3358:
-------------------------------

bq. Suppose someone does not understand what does it mean by "223 files and 
directories, 138 blocks = 361 total." It would be hard to believe that the 
statement suddenly becomes clear to him/her if the magic word "objects" is 
added.

Well it wouldn't be clearer either way, seems like. I welcome your suggestion 
on how to de-confuse in this case. I merely thought if we add in "object", 
admins can stop focusing on trying to understand what it means (without 
gathering understanding first).

How about "filesystem objects" instead of "objects" then?

bq. You also said that "Perhaps just being explicit about java-terms would be 
nicer ..." So, are you using a Java term but not talking about Java?

Heap's a pretty specific java (well, programming?) term. In accordance with 
that, adding "objects" would help users ignore that. But yeah, my changes could 
have caused them to instead go check jmap for object instances too, I guess. My 
bad in communicating here :-)
                
> Specify explicitly that the NN UI status total is talking of persistent 
> objects on heap.
> ----------------------------------------------------------------------------------------
>
>                 Key: HDFS-3358
>                 URL: https://issues.apache.org/jira/browse/HDFS-3358
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: name-node
>    Affects Versions: 2.0.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>         Attachments: HDFS-3358.patch
>
>
> The NN shows, on its web UI, something like:
> {{223 files and directories, 138 blocks = 361 total.}}
> Followed by heap stats.
> We should clarify this line is talking of objects and is related to the heap 
> summaries. Perhaps just being explicit about java-terms would be nicer:
> {{223 files and directories, 138 blocks = 361 total objects.}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to