You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2023/01/06 13:22:27 UTC

[solr] branch branch_9x updated: SOLR-16165 : CHANGES.txt

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

noble 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 d22a0781aea SOLR-16165 : CHANGES.txt
d22a0781aea is described below

commit d22a0781aeadda9061dac167f8aec065dd60f433
Author: Noble Paul <no...@gmail.com>
AuthorDate: Sat Jan 7 00:22:14 2023 +1100

    SOLR-16165 : CHANGES.txt
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 33e3bbbca60..5115ff0bb00 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -126,8 +126,6 @@ Bug Fixes
 
 * SOLR-16420: Default for cloud mode was fixed to `{!mlt mindf=5}` to comply with Reference Guide (Mikhail Khludnev)
 
-* SOLR-16165: Rare Deadlock in SlotAcc initialization (Justin Sweeney, noble)
-
 * SOLR-16473: Fix race condition in shard split when a sub-shard is put in recovery state. (Andy Vuong via Bruno Roustant)
 
 * SOLR-10458: Fix followRedirect property on HttpSolrClient not set when using Builder pattern. (Eric Pugh)
@@ -196,6 +194,8 @@ Bug Fixes
 
 * 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)
+
 ==================  9.1.0 ==================
 
 New Features