[
https://issues.apache.org/jira/browse/HDFS-14182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16782993#comment-16782993
]
Yiqun Lin commented on HDFS-14182:
----------------------------------
Hi [~fengchuang], thanks for the check. Only one nit:
{code:java}
if (index == 0)
index = 1;
{code}
Can we add '{}'? Updated to
{code:java}
if (index == 0) {
index = 1;
}
{code}
> Datanode usage histogram is clicked to show ip list
> ---------------------------------------------------
>
> Key: HDFS-14182
> URL: https://issues.apache.org/jira/browse/HDFS-14182
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: fengchuang
> Assignee: fengchuang
> Priority: Major
> Attachments: HDFS-14182.001.patch, HDFS-14182.002.patch,
> HDFS-14182.003.patch, scroll.jpeg, showip.jpeg
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]