This is an automated email from the ASF dual-hosted git repository.
dsmiley 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 49b24d532e7 SOLR-17396: fix CHANGES.txt
49b24d532e7 is described below
commit 49b24d532e777a1e8e79efa5b3b59773d8867ea4
Author: David Smiley <[email protected]>
AuthorDate: Thu Aug 8 14:20:00 2024 -0400
SOLR-17396: fix CHANGES.txt
---
solr/CHANGES.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f48e467a2f4..f9d80404b29 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -23,7 +23,7 @@ Improvements
Optimizations
---------------------
-* SOLR-17396: Reduce thread contention in
ZkStateReader.getCollectionProperties(). (Aparna Suresh, David Smiley, Paul
McArthur)
+(No changes)
Bug Fixes
---------------------
@@ -118,6 +118,8 @@ Optimizations
* SOLR-17102: The VersionBucket indexing lock mechanism was replaced with
something just as fast yet
that which consumes almost no memory, saving 1MB of memory per SolrCore.
(David Smiley)
+* SOLR-17396: Reduce thread contention in
ZkStateReader.getCollectionProperties(). (Aparna Suresh, David Smiley, Paul
McArthur)
+
Bug Fixes
---------------------
(No changes)