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:14:26 UTC

[lucene-solr] branch branch_8x updated: SOLR-12055: SOLR-12753: Missed mentioning SOLR-12753 in 8.1 CHANGES.txt

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 4aa0645  SOLR-12055: SOLR-12753: Missed mentioning SOLR-12753 in 8.1 CHANGES.txt
4aa0645 is described below

commit 4aa0645ea6216f556ffd8c3ad6fcb276a0cc796d
Author: erick <er...@gmail.com>
AuthorDate: Fri Feb 22 13:14:21 2019 -0800

    SOLR-12055: SOLR-12753: Missed mentioning SOLR-12753 in 8.1 CHANGES.txt
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 61a4e3c..84a8cca 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -64,6 +64,9 @@ Improvements
   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).
 
+* SOLR-12753: Async logging ring buffer and OOM error. When very long messages are written (1M messages or so),
+  it can produce an OOM error. Log messages are truncated at 10K via configuration in the log4j2.xml files.
+
 Other Changes
 ----------------------