You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2019/02/22 21:11:59 UTC

[lucene-solr] 02/02: SOLR-12055: Enable async logging by default SOLR-12753: Async logging ring buffer and OOM error

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

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

commit 4530c8041ff0c7b7bf68f2412ce14a3bca2de1db
Author: erick <er...@gmail.com>
AuthorDate: Fri Feb 22 12:49:31 2019 -0800

    SOLR-12055: Enable async logging by default SOLR-12753: Async logging ring buffer and OOM error
---
 solr/CHANGES.txt | 27 ++++-----------------------
 1 file changed, 4 insertions(+), 23 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d860796..61a4e3c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -15,29 +15,6 @@ You need a Java 1.8 VM or later installed.
 In this release, there is an example Solr server including a bundled
 servlet container in the directory named "example".
 See the Solr tutorial at https://lucene.apache.org/solr/guide/solr-tutorial.html
-
-==================  9.0.0 ==================
-
-Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
-
-Versions of Major Components
----------------------
-Apache Tika 1.19.1
-Carrot2 3.16.0
-Velocity 1.7 and Velocity Tools 2.0
-Apache ZooKeeper 3.4.13
-Jetty 9.4.14.v20181114
-
-Upgrade Notes
-----------------------
-
-* SOLR-12055 introduces async logging by default. There's a small window where log messages may be lost
-  in the event of some hard crash. Switch back to synchronous logging if this is unacceptable, see
-  see commeints in the log4j2 configuration files (log4j2.xml by default).
-
-New Features
-----------------------
-
 ==================  8.1.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
@@ -83,6 +60,10 @@ Improvements
 
 * SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI (janhoy)
 
+* SOLR-12055 introduces async logging by default. There's a small window where log messages may be lost
+  in the event of some hard crash. Switch back to synchronous logging if this is unacceptable, see
+  see commeints in the log4j2 configuration files (log4j2.xml by default).
+
 Other Changes
 ----------------------