igiguere commented on code in PR #4078: URL: https://github.com/apache/solr/pull/4078#discussion_r2873926278
########## solr/solrj/src/java/org/apache/solr/client/solrj/request/SystemInfoV2Request.java: ########## @@ -0,0 +1,74 @@ +/* Review Comment: Removed in the latest commit. I had implemented this class, originally, because the existence of both 1) /node/system old V2 with original response structure and 2) /node/info/system new V2 and wrapped response was causing trouble, although, at this time, I can't remember exactly what. I guess I'll see the issue again if we decide to improve the response in a follow-up. -- 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]
