You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2020/05/18 21:46:11 UTC

[lucene-solr] branch master updated: SOLR-14472: missed CHANGES.txt

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

dsmiley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 9259f00  SOLR-14472: missed CHANGES.txt
9259f00 is described below

commit 9259f00748de2d056850526a85f144ae07f70ed3
Author: David Smiley <ds...@salesforce.com>
AuthorDate: Mon May 18 17:45:55 2020 -0400

    SOLR-14472: missed CHANGES.txt
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3351970..2f878d0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -135,6 +135,9 @@ Optimizations
   value of matching documents in the response (numFound) will be an approximation.
   (Ishan Chattopadhyaya, Munendra S N, Tomás Fernández Löbbe)
 
+* SOLR-14472: Autoscaling "cores" preference now retrieves the core count more efficiently, and counts all cores.
+  (David Smiley)
+
 Bug Fixes
 ---------------------
 * SOLR-13264: IndexSizeTrigger aboveOp / belowOp properties not in valid properties.