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

Mark Miller edited comment on SOLR-3174 at 4/17/12 8:50 PM:
------------------------------------------------------------

if not in live_nodes:
it could have any state - ignore the state and make the color gray

if in live_nodes:
Use the following color based on the state string in the first column.
{noformat}
active          : green
recovering      : yellow
down            : orange
recovery_failed : red
{noformat}
                
      was (Author: [email protected]):
    if not in live_nodes:
{noformat}
gone            : gray
{noformat}

if in live_nodes:
{noformat}
active          : green
recovering      : yellow
down            : orange
recovery_failed : red
{noformat}
                  
> Visualize Cluster State
> -----------------------
>
>                 Key: SOLR-3174
>                 URL: https://issues.apache.org/jira/browse/SOLR-3174
>             Project: Solr
>          Issue Type: New Feature
>          Components: web gui
>            Reporter: Ryan McKinley
>            Assignee: Stefan Matheis (steffkes)
>         Attachments: SOLR-3174-graph.png, SOLR-3174-graph.png, 
> SOLR-3174-rgraph.png, SOLR-3174-rgraph.png, SOLR-3174.patch, SOLR-3174.patch, 
> SOLR-3174.patch, SOLR-3174.patch
>
>
> It would be great to visualize the cluster state in the new UI. 
> See Mark's wish:
> https://issues.apache.org/jira/browse/SOLR-3162?focusedCommentId=13218272&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13218272

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to