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:23:04 UTC

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

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

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

commit da67c104dab7b9be9d69a9484abf5411260ebdf7
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 30d0a43a50f..65cb827db4d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -150,8 +150,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)
@@ -220,6 +218,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