This is an automated email from the ASF dual-hosted git repository.

broustant 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 2187a032b2c Add missing SOLR-17036 in CHANGES.txt
2187a032b2c is described below

commit 2187a032b2c8b5ea0aacb0995201e7ca799a119a
Author: Bruno Roustant <[email protected]>
AuthorDate: Mon Jan 8 15:50:44 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 16c6eb32971..0f731656493 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -67,6 +67,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)

Reply via email to