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:57:15 UTC

[solr] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/solr.git


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

commit 1135fdfd7c49ff7ef23513ab01b4ee36ffc14f8f
Author: Michael Gibney <ma...@apache.org>
AuthorDate: Wed Jan 25 10:56:35 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 3415214cdc7..8f5bcafe43a 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -205,8 +205,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)
@@ -219,8 +217,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)
@@ -249,14 +245,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)