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 2022/11/30 05:56:07 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 a7731e8acc5 SOLR-16165: CHANGES.txt
a7731e8acc5 is described below

commit a7731e8acc56b6b1244abe753e336c2cae37075b
Author: Noble Paul <no...@gmail.com>
AuthorDate: Wed Nov 30 16:55:55 2022 +1100

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

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6736a4e41ca..34bcb370b69 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -88,6 +88,9 @@ 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)
+
+
 Build
 ---------------------
 * Upgrade forbiddenapis to 3.4 (Uwe Schindler)