You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2024/02/14 17:15:58 UTC

(solr) branch main updated (7054fda0e83 -> 6afbc20ee06)

This is an automated email from the ASF dual-hosted git repository.

gerlowskija pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 7054fda0e83 Clarify split parameter usage (#2263)
     add 6afbc20ee06 SOLR-17066: Switch ConcurrentSolrClients away from core URLs (#2254)

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/solr/update/StreamingSolrClients.java     | 7 +++++++
 .../org/apache/solr/client/solrj/impl/ConnectionReuseTest.java    | 3 ++-
 .../test/org/apache/solr/cloud/FullSolrCloudDistribCmdsTest.java  | 4 ++--
 .../java/org/apache/solr/client/solrj/impl/LBHttpSolrClient.java  | 3 ---
 .../solrj/embedded/SolrExampleStreamingBinaryHttp2Test.java       | 3 ++-
 .../client/solrj/embedded/SolrExampleStreamingBinaryTest.java     | 3 ++-
 .../solr/client/solrj/embedded/SolrExampleStreamingHttp2Test.java | 6 ++++--
 .../solr/client/solrj/embedded/SolrExampleStreamingTest.java      | 3 ++-
 .../solrj/impl/ConcurrentUpdateHttp2SolrClientBadInputTest.java   | 8 ++++----
 .../client/solrj/impl/ConcurrentUpdateHttp2SolrClientTest.java    | 6 ++++--
 .../client/solrj/impl/ConcurrentUpdateSolrClientBadInputTest.java | 3 ++-
 .../client/solrj/impl/ConcurrentUpdateSolrClientBuilderTest.java  | 6 ++++--
 .../solr/client/solrj/impl/ConcurrentUpdateSolrClientTest.java    | 6 ++++--
 .../apache/solr/client/solrj/impl/HttpSolrClientConPoolTest.java  | 1 +
 .../apache/solr/cloud/FullThrottleStoppableIndexingThread.java    | 2 ++
 15 files changed, 42 insertions(+), 22 deletions(-)