You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Xi Wang (JIRA)" <ji...@apache.org> on 2013/08/19 23:55:48 UTC

[jira] [Commented] (AMBARI-2960) NameNode RPC widget on the dashboard always show red even though the value is 0 ms.

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

Xi Wang commented on AMBARI-2960:
---------------------------------

This reason why this problem happened: 
In parent class of all text widgets, we assumed if data < threshold1, color == 'red'. if data > threshhold2, color == 'green'.
However, for NameNode Rpc and JobTracker Rpc, it is opposite. The lower value, the better.
                
> NameNode RPC widget on the dashboard always show red even though the value is 0 ms.
> -----------------------------------------------------------------------------------
>
>                 Key: AMBARI-2960
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2960
>             Project: Ambari
>          Issue Type: Task
>          Components: client
>    Affects Versions: 1.4.0
>            Reporter: Xi Wang
>            Assignee: Xi Wang
>             Fix For: 1.4.0
>
>         Attachments: AMBARI-2960.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira