You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2021/06/01 16:17:04 UTC

[solr] branch main updated: Update CHANGES for backport to 8.x

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

mdrob 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 f4739ce  Update CHANGES for backport to 8.x
f4739ce is described below

commit f4739cefbf55ce717be24104751a604de0a1f0b6
Author: Mike Drob <md...@apache.org>
AuthorDate: Tue Jun 1 11:16:20 2021 -0500

    Update CHANGES for backport to 8.x
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2f564cd..f0fc29b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -226,8 +226,6 @@ Other Changes
 * SOLR-14912: Clean up solr-extraction contrib to produce solr-extraction-* jar
   (instead of solr-cell-*). (Dawid Weiss)
 
-* SOLR-14978: Enable OOM Killer Script in Solr Foreground. Simplify getting heap dumps on OOM. (Mike Drob, Houston Putman)
-
 * SOLR-14035: Remove deprecated preferLocalShards=true support in favour of the shards.preference=replica.location:local alternative.
   (Alex Bulygin via Christine Poerschke)
 
@@ -424,6 +422,8 @@ Other Changes
 
 * SOLR-15377: Improve IndexFetcher's exception logging upon replication errors. (Torsten Bøgh Köster, Christine Poerschke)
 
+* SOLR-14978: Enable OOM Killer Script in Solr Foreground. Simplify getting heap dumps on OOM. (Mike Drob, Houston Putman)
+
 ==================  8.8.2 ==================
 
 Bug Fixes