Description
Right now it lists the nodes where they are hosted, the state and if they are or not leader. I usually find the need to see more, like the replica and core names and the replica type, and I find myself moving between this view and the “tree” view.
I thought about two options:
- A mouse over action that lists the additional information (after some time of holding the mouse pointer on top of the replica)
- Modify the click action to display this information (right now the click sends you to the admin UI of that particular replica)
The same could be done to display some extra information of the shard (like active/inactive, routing range) and the collection (autoAddReplicas, maxShardsPerNode, configset, etc)
Attachments
Attachments
Issue Links
- incorporates
-
SOLR-11578 Solr 7 Admin UI (Cloud > Graph) should reflect the Replica type to give a more accurate representation of the cluster
- Closed