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 55ef7f4691d Backport SOLR-17091 (#2106)
     new 81f707ee43d SOLR-17053: If all shards fail, fail the request despite 
shards.tolerant (#2102)
     new c4b3e5e7f25 SOLR-17084: SolrJ: shorten error message; don't serialize 
all "zombies" (#2097)
     new b301c710e40 SOLR-17083: Make CoreSorter class configurable in solr.xml 
(#2088)

The 3 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:
 solr/CHANGES.txt                                   | 13 +++---
 .../java/org/apache/solr/core/CoreContainer.java   | 15 ++++++-
 .../src/java/org/apache/solr/core/CoreSorter.java  | 52 +++++++++++-----------
 .../src/java/org/apache/solr/core/NodeConfig.java  | 15 +++++++
 .../java/org/apache/solr/core/SolrXmlConfig.java   |  3 ++
 .../solr/handler/component/SearchHandler.java      | 20 +++++++--
 solr/core/src/test-files/solr/solr-50-all.xml      |  1 +
 .../test/org/apache/solr/TestTolerantSearch.java   | 40 +++++++++++++++++
 .../test/org/apache/solr/core/CoreSorterTest.java  |  2 +-
 .../org/apache/solr/core/TestCoreContainer.java    | 18 ++++++++
 .../src/test/org/apache/solr/core/TestSolrXml.java |  1 +
 solr/solr-ref-guide/build.gradle                   |  2 +-
 .../pages/configuring-solr-xml.adoc                | 17 ++++++-
 .../solr/client/solrj/impl/LBSolrClient.java       |  5 ++-
 14 files changed, 165 insertions(+), 39 deletions(-)

Reply via email to