You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org> on 2012/04/12 09:36:35 UTC

[jira] [Updated] (SOLR-3174) Visualize Cluster State

     [ https://issues.apache.org/jira/browse/SOLR-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3174:
--------------------------------------------

    Attachment: SOLR-3174.patch

Updated Patch, the implemented Logic looks like this:

{code}if( live_nodes[node_name] && 'active' === state ) { status = 'active'; }
else if( live_nodes[node_name] )                  { status = 'down'; }
else                                              { status = 'gone'; }{code}

As far as i understand .. that is specific enough to get the right state shown, right?

Perhaps we need to tweak the colors in the UI to make it more clear if something is active/gone/down and which one is the master? let me know what you think
                
> 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
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org