This is an automated email from the ASF dual-hosted git repository.
dsmiley 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 e2b3dd7ba3c SOLR-17084: CHANGES.txt update
e2b3dd7ba3c is described below
commit e2b3dd7ba3cbed1fc95e6c38133dfed222f4be1f
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 98aeb4d79f1..cabde3e61bd 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -48,7 +48,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
---------------------