iprithv opened a new pull request, #4865: URL: https://github.com/apache/solr/pull/4865
https://issues.apache.org/jira/browse/SOLR-16390 Converts `GET /api/cluster/nodes` from the homegrown `@EndPoint` wrapper to JAX-RS, matching ClusterProperty / ListCollections. * JAX-RS interface `ListClusterNodesApi` and typed `ListClusterNodesResponse` already existed in `solr/api` * `ListClusterNodes` owns the live-node listing * Path and response key `nodes` are unchanged * SolrJ `ClusterApi.ListClusterNodes` * HTTP coverage in SolrCloud (lists live nodes) and standalone (400 when not SolrCloud) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
