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 1f42897ab71 SOLR-17084: CHANGES.txt update
1f42897ab71 is described below
commit 1f42897ab71a2e537e126231110cf846b5e551e8
Author: David Smiley <[email protected]>
AuthorDate: Sat Dec 2 22:27:08 2023 -0500
SOLR-17084: CHANGES.txt update
---
solr/CHANGES.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 7e95af5ddbf..da916a6be6c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -116,7 +116,8 @@ Improvements
Optimizations
---------------------
* SOLR-17084: LBSolrClient (used by CloudSolrClient) now returns the count of
core tracked as not live AKA zombies
- instead of the full list of cores. This list is potentially VERY long which
was causing high CPU and memory usage.
+ 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)
Bug Fixes
---------------------