You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2020/10/24 11:45:24 UTC

[lucene-solr] branch jira/solr-14942 updated: SOLR-14942: Added change log entry

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

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


The following commit(s) were added to refs/heads/jira/solr-14942 by this push:
     new 3ed7c78  SOLR-14942: Added change log entry
3ed7c78 is described below

commit 3ed7c7819cc4b1e8e9191738000147ba746c00b4
Author: Shalin Shekhar Mangar <sh...@apache.org>
AuthorDate: Sat Oct 24 17:15:09 2020 +0530

    SOLR-14942: Added change log entry
---
 solr/CHANGES.txt | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6ab0748..720d40d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -133,6 +133,31 @@ Bug Fixes
 * SOLR-14546: Fix for a relatively hard to hit issue in OverseerTaskProcessor that could lead to out of order execution
   of Collection API tasks competing for a lock (Ilan Ginzburg).
 
+==================  8.8.0 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+New Features
+---------------------
+(No changes)
+
+Improvements
+---------------------
+* SOLR-14942: Reduce leader election time on node shutdown by removing election nodes before closing cores.
+  (Cao Manh Dat, Mike Drob, hossman, shalin)
+
+Optimizations
+---------------------
+(No changes)
+
+Bug Fixes
+---------------------
+(No changes)
+
+Other Changes
+---------------------
+(No changes)
+
 ==================  8.7.0 ==================
 
 Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.