This is an automated email from the ASF dual-hosted git repository.
psalagnac 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 571c03a1105 SOLR-17405: move changelog entry to 9.8
571c03a1105 is described below
commit 571c03a1105bec4deb04d9b43ee3b849fc095fb0
Author: Pierre Salagnac <[email protected]>
AuthorDate: Fri Dec 20 10:27:05 2024 +0100
SOLR-17405: move changelog entry to 9.8
---
solr/CHANGES.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index a4aa2ba6203..e0873adb578 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -148,6 +148,9 @@ Bug Fixes
* SOLR-17306: fix replication problem on follower restart (Martin Anzinger and
Peter Kroiss via Eric Pugh)
+* SOLR-17405: Fix race condition where Zookeeper session could be
re-established by multiple threads concurrently in
+ case of frequent session expirations. (Pierre Salagnac)
+
Dependency Upgrades
---------------------
(No changes)