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

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


    from a0b65cab9db fix jenkins build by fixing java compat
     new f534c9aadc5 AGENTS.md JIRA note (#4701)
     new b9721dcaa2a SOLR-18346: decide update retries from the cause chain, 
not one fixed position in it (#4678)
     new f7d05fc7d32 SOLR-18312: HttpJdkSolrClient: Fix Thread Pool Starvation 
(#4655)
     new ea7ded42893 SOLR-17841: Use faster DocSetCollector when 
multiThreaded=true (#4724)
     new 824d04eee12 SOLR-18345: ClientUtils.encodeLocalParamVal fix for \, ', 
" (#4729)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AGENTS.md                                          |  12 +-
 .../unreleased/SOLR-17841-mt-docset-collector.yml  |   9 ++
 ...Thread-Pool-Starvation-in-HttpJdkSolrClient.yml |  11 ++
 .../unreleased/SOLR-18345-encodeLocalParamVal.yml  |  10 ++
 .../checkretry-unroll-exception-chain.yml          |  10 ++
 .../apache/solr/search/MultiThreadedSearcher.java  |  94 +++---------
 .../org/apache/solr/search/SolrIndexSearcher.java  |   4 +-
 .../org/apache/solr/update/SolrCmdDistributor.java |  53 ++++---
 .../solr/search/TestMultiThreadedSearcher.java     |  31 ++++
 .../apache/solr/update/CheckRetryUnrollTest.java   | 150 +++++++++++++++++++
 .../solr/client/solrj/impl/HttpJdkSolrClient.java  | 160 ++++++++++++---------
 .../apache/solr/client/solrj/util/ClientUtils.java |  21 ++-
 .../client/solrj/impl/HttpJdkSolrClientTest.java   |  49 +++++++
 .../solr/client/solrj/util/ClientUtilsTest.java    |  46 ++++++
 14 files changed, 495 insertions(+), 165 deletions(-)
 create mode 100644 changelog/unreleased/SOLR-17841-mt-docset-collector.yml
 create mode 100644 
changelog/unreleased/SOLR-18312-fix-Thread-Pool-Starvation-in-HttpJdkSolrClient.yml
 create mode 100644 changelog/unreleased/SOLR-18345-encodeLocalParamVal.yml
 create mode 100644 changelog/unreleased/checkretry-unroll-exception-chain.yml
 create mode 100644 
solr/core/src/test/org/apache/solr/update/CheckRetryUnrollTest.java

Reply via email to