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

ASF subversion and git services commented on SOLR-18438:
--------------------------------------------------------

Commit 15bbe71c5aa56b2f1249a008f627310114bc35c7 in solr's branch 
refs/heads/main from Eric Pugh
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=15bbe71c5aa ]

SOLR-18438: Use existing ClusterV2 to drive live_nodes view in Solr Admin UI 
(#4897)

> Unify retrieving "live node" information in Solr Admin to a single API
> ----------------------------------------------------------------------
>
>                 Key: SOLR-18438
>                 URL: https://issues.apache.org/jira/browse/SOLR-18438
>             Project: Solr
>          Issue Type: Improvement
>          Components: Admin UI, v2 API
>    Affects Versions: 10.0
>            Reporter: Eric Pugh
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Admin UI get's live node data via two different mechanims:
>  * Collections.status() → GET /api/cluster → reads .cluster.live_nodes, a 
> plain JSON array — used by the main "Nodes" table view.
> - Zookeeper.liveNodes → GET admin/zookeeper?path=/live_nodes — a generic 
> ZK-tree-browsing endpoint, returning a jstree-style node structure 
> (data.tree[0].children[c].text) that initGraph() manually walks to build a 
> live_nodes[name] = true lookup map — used by a separate "graph" visualization 
> mode.
> One more thing that we found is that the liveNodes is driven directly off of 
> clusterstate.json, and that specific file may be deprecated or not used?   
>  
> /api/cluster/nodes is the V2 openapi that we SHOULD be using.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to