Re: [PR] SOLR-17582: Stream CLUSTERSTATUS API for SolrJ version >= 9.9 [solr]

2025-02-04 Thread via GitHub
dsmiley merged PR #3156: URL: https://github.com/apache/solr/pull/3156 -- 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: issues-unsubscr...@solr.apache.or

Re: [PR] SOLR-17582: Stream CLUSTERSTATUS API for SolrJ version >= 9.9 [solr]

2025-02-04 Thread via GitHub
dsmiley commented on code in PR #3156: URL: https://github.com/apache/solr/pull/3156#discussion_r1941999333 ## solr/solrj/src/test/org/apache/solr/client/solrj/impl/ClusterStateProviderTest.java: ## Review Comment: They have value; they should stay. If we finally get the

Re: [PR] SOLR-17582: Stream CLUSTERSTATUS API for SolrJ version >= 9.9 [solr]

2025-02-04 Thread via GitHub
mlbiscoc commented on code in PR #3156: URL: https://github.com/apache/solr/pull/3156#discussion_r1941385619 ## solr/solrj/src/test/org/apache/solr/client/solrj/impl/ClusterStateProviderTest.java: ## Review Comment: Understood. Would you prefer I just remove these backwards

Re: [PR] SOLR-17582: Stream CLUSTERSTATUS API for SolrJ version >= 9.9 [solr]

2025-02-03 Thread via GitHub
dsmiley commented on code in PR #3156: URL: https://github.com/apache/solr/pull/3156#discussion_r1939799714 ## solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java: ## @@ -975,7 +975,7 @@ public Map execute( CLUSTERSTATUS, (req, rsp, h) -> {

Re: [PR] SOLR-17582: Stream CLUSTERSTATUS API for SolrJ version >= 9.9 [solr]

2025-02-03 Thread via GitHub
mlbiscoc commented on PR #3156: URL: https://github.com/apache/solr/pull/3156#issuecomment-2631588200 Meant to put into draft. A few more things I need to add. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[PR] SOLR-17582: Stream CLUSTERSTATUS API for SolrJ version >= 9.9 [solr]

2025-02-03 Thread via GitHub
mlbiscoc opened a new pull request, #3156: URL: https://github.com/apache/solr/pull/3156 https://issues.apache.org/jira/browse/SOLR-17582 # Description Check for SolrJ version from a cluster status request user agent header to stream the response for any SolrJ clients >= 9.9 al