You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2017/10/30 15:36:00 UTC

[jira] [Commented] (SOLR-11578) Solr 7 Admin UI (Cloud > Graph) should reflect the Replica type to give a more accurate representation of the cluster

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

Erick Erickson commented on SOLR-11578:
---------------------------------------

WDYT about taking out the legend and instead when you hover over the entry a tool top pops up with the type? The first few times you see the legend it'll help, but about the third time I see it I don't need it any more ;)

So you'd still have
192.168.1.201 (P)
as the link, just when you hover over it a pop-up appears with the information..

Hmmm, random thought that just popped into my head if it wouldn't be too much work; a tooltip/popup with _all_ the node information would be great, i.e. all the information from state.json for that replica. Nothing fancy here, just the text from the state.json for the node like this.
 "core_node2":{
            "core":"eoe12_shard1_replica_n1",
            "base_url":"http://192.168.1.201:8981/solr",
            "node_name":"192.168.1.201:8981_solr",
            "state":"active",
            "type":"NRT",
            "leader":"true"},

This would save me endless switching to see the information I see. If at all possible it would probably be best if this was generated on the fly (i.e. when you hovered your mouse over the link) rather than built up-front. I'm thinking of how big the page would get with a zillion replicas. If you do this be sure to include core_node2 please ;)




> Solr 7 Admin UI (Cloud > Graph) should reflect the Replica type to give a more accurate representation of the cluster
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-11578
>                 URL: https://issues.apache.org/jira/browse/SOLR-11578
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>    Affects Versions: 7.0, 7.1
>            Reporter: Rohit
>            Priority: Minor
>         Attachments: SOLR-11578.patch, Updated Graph.png, Updated Legend.png, Updated Radial Graph.png
>
>
> New replica types were introduced in Solr 7.
> 1. The Solr Admin UI --> Cloud --> Graph mode should be updated to reflect the new replica types (NRT, TLOG, PULL)
> 2. It will give a better overview of the cluster as well as help in troubleshooting and diagnosing issues.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org