You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2023/01/25 15:59:47 UTC

[solr] branch branch_9x updated: Sync CHANGES for 9.1.1

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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new faf2562e5ec Sync CHANGES for 9.1.1
faf2562e5ec is described below

commit faf2562e5ec4dca4ce671ba60c9b1586d44287a7
Author: Michael Gibney <ma...@apache.org>
AuthorDate: Wed Jan 25 10:59:03 2023 -0500

    Sync CHANGES for 9.1.1
---
 solr/CHANGES.txt | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 7eaf53198dc..e39de2581a3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -178,8 +178,6 @@ Other Changes
 
 * SOLR-16481: Upgrade Bats to 1.8.0 (Kevin Risden)
 
-* SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013 (Kevin Risden)
-
 * SOLR-16467: Upgrade semver4j to 2.2.0 to fix failures with some locales (Kevin Risden)
 
 * SOLR-15718: Remove backcompat feature solr.useUnsafeOverseerResponse (janhoy)
@@ -192,8 +190,6 @@ Other Changes
 
 * SOLR-16575: splitshard should honour createNodeSet (noble)
 
-* SOLR-16568: Upgrade woodstox-core to 6.4.0 (Kira Traynor)
-
 * SOLR-16579: Upgrade Jackson to 2.14.1 (Kevin Risden)
 
 * SOLR-16562: Upgrade to Caffeine 3.1.2 (Kevin Risden)
@@ -222,14 +218,26 @@ Other Changes
 
 Bug Fixes
 ---------------------
+
 * SOLR-16589: Large fields with large=true can be truncated when using unicode values (Kevin Risden)
 
 * SOLR-16585: Fixed NPE when paginating MatchAllDocs with non-zero start offset, like q=*:*&start=10 (Michael Gibney)
 
-* SOLR-16567: Fixed problem with filtering and KNN search, especially when using post-filters (Alessandro Benedetti)
-
 * SOLR-16165: Rare Deadlock in SlotAcc initialization (Justin Sweeney, noble)
 
+* SOLR-16622: Replicas don't come up active after node restart (noble, Ishan Chattopadhyaya)
+
+Other Changes
+---------------------
+
+* SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013 (Kevin Risden)
+
+* SOLR-16568: Upgrade woodstox-core to 6.4.0 (Kira Traynor)
+
+* SOLR-16598: Upgrade Protobuf to 3.21.12 (David Smiley)
+
+* SOLR-16567: Fixed problem with filtering and KNN search, especially when using post-filters (Alessandro Benedetti)
+
 * SOLR-16588: Fixed problem with default knn algorithm (Elia Porciani via Alessandro Benedetti)
 
 * SOLR-16480: ConfigSets now have an overridable allow-list for filetypes. (Houston Putman)