You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gu...@apache.org on 2020/06/26 22:12:34 UTC

[lucene-solr] branch master updated: SOLR-13286 changes comment to correct section

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

gus 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 b7f8baa  SOLR-13286 changes comment to correct section
b7f8baa is described below

commit b7f8baab0539fcb778e788a4a8a98912ca5fe2c8
Author: Gus Heck <gu...@apache.org>
AuthorDate: Fri Jun 26 18:12:09 2020 -0400

    SOLR-13286 changes comment to correct section
---
 solr/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 7967d98..cdcd145 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -25,9 +25,6 @@ Improvements
 
 * SOLR-14387: SolrClient.getById() will escape comma separater within ids (Markus Schuch via Mike Drob)
 
-* SOLR-13286: Metrics will no longer write a (sometimes large) log message every minute. This can be re-enabled
-  via log4j2.xml if desired, or other HttpSolrCall log messages may be quieted on a per handler basis. (Gus Heck)
-
 Other Changes
 ----------------------
 * LUCENE-9391: Upgrade HPPC to 0.8.2. (Haoyu Zhai)
@@ -169,6 +166,9 @@ Improvements
   SOLR_HOME, SOLR_DATA_HOME or coreRootDir. Added new solr.xml config 'allowPaths', controlled by system property
   'solr.allowPaths' that allows you to add other allowed paths when needed.
 
+* SOLR-13286: Metrics will no longer write a (sometimes large) log message every minute. This can be re-enabled
+  via log4j2.xml if desired, or other HttpSolrCall log messages may be quieted on a per handler basis. (Gus Heck)
+
 Optimizations
 ---------------------
 * SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson)