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/05/02 08:14:24 UTC

[solr] branch main updated: SOLR-16165: Rare Deadlock in SlotAcc initialization

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 ccc5db9fd04 SOLR-16165: Rare Deadlock in SlotAcc initialization
ccc5db9fd04 is described below

commit ccc5db9fd04fa3f22e6f92968a899e40d2318357
Author: Noble Paul <no...@gmail.com>
AuthorDate: Mon May 2 18:14:13 2022 +1000

    SOLR-16165: Rare Deadlock in SlotAcc initialization
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 955a3994dfd..41d30f6c8d0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -73,6 +73,8 @@ Bug Fixes
 
 * SOLR-16169: IndexBasedSpellChecker with empty spellcheck.q results in NegativeArraySizeException (Kevin Risden)
 
+* SOLR-16165: Rare Deadlock in SlotAcc initialization (Justin Sweeney, noble)
+
 Other Changes
 ---------------------
 * SOLR-15897: Remove <jmx/> from all unit test solrconfig.xml files. (Eric Pugh)