epugh commented on PR #4865: URL: https://github.com/apache/solr/pull/4865#issuecomment-5551706523
Looks like the old `ClusterAPI.getNodes()` `@EndPoint` never got removed — it's still shadowing the new JAX-RS class for real traffic. Confirmed by running `ListClusterNodesStandaloneTest`, which fails (500 instead of 400) because the request never reaches `ListClusterNodes`. #4866 removed the analogous legacy methods for the command-status migration — same fix needed here for `getNodes`. -- 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]
