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 2018/09/01 03:45:18 UTC

[2/2] lucene-solr:branch_7x: SOLR-12055: Last patch had the entry in the wrong place in CHANGES.txt

SOLR-12055: Last patch had the entry in the wrong place in CHANGES.txt

(cherry picked from commit e7b449534344baf09f4824ad322f9a1e53300620)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3483086f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3483086f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3483086f

Branch: refs/heads/branch_7x
Commit: 3483086f9cade648b97fc3dc77ea8dd7d7e32790
Parents: 0464be8
Author: Erick Erickson <Er...@gmail.com>
Authored: Fri Aug 31 20:43:26 2018 -0700
Committer: Erick Erickson <Er...@gmail.com>
Committed: Fri Aug 31 20:45:11 2018 -0700

----------------------------------------------------------------------
 solr/CHANGES.txt | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3483086f/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 8eb92e6..c4452ce 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -45,6 +45,12 @@ Upgrade Notes
   WINDOWS USERS: This JIRA corrects a bug in the start scripts that put example logs under ...\server, solr.log is
   now under ...\example. (Erick Erickson)
 
+* SOLR-12055: Enable async logging by default. This change improves throughput for logging. This opens
+  up a small window where log messages could possibly be lost. If this is unacceptable, switching back to synchronous
+  logging can be done by changing the log4j2.xml files, no internal Solr code changed to make async logging the default.
+  (Erick Erickson)
+
+
 New Features
 ----------------------