This is an automated email from the ASF dual-hosted git repository.
broustant 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 ad586a8b446 Add missing SOLR-17036 in CHANGES.txt
ad586a8b446 is described below
commit ad586a8b446ae9cda79f99365714eb95e98e4c86
Author: Bruno Roustant <[email protected]>
AuthorDate: Mon Jan 8 15:45:49 2024 +0100
Add missing SOLR-17036 in CHANGES.txt
---
solr/CHANGES.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 270e3ea778b..811e3a2f62c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -136,6 +136,9 @@ Optimizations
instead of the full list of cores. This list is potentially as long as the
number of cores. When there are many
cores, this leads to high CPU and memory usage. (Gilles Bellaton, David
Smiley)
+* SOLR-17036: UpdateLog lazy creates VersionBucket large array, and
VersionBucket do not keep the highest version anymore.
+ This optimization reduces the memory usage, specially when the SolrCore is
not used for indexing (Bruno Roustant)
+
Bug Fixes
---------------------
* SOLR-6853: Allow '/' characters in the text managed by Managed Resources
API. (Nikita Rusetskii via Eric Pugh)