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:43:34 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 8e75f393b -> e7b449534


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


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

Branch: refs/heads/master
Commit: e7b449534344baf09f4824ad322f9a1e53300620
Parents: 8e75f39
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:43:26 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e7b44953/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 452dc03..f0d49ea 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -52,11 +52,6 @@ Upgrade Notes
   expanded from before to subsume those patterns previously handled by the "extract" contrib (Solr Cell / Tika).
   (David Smiley, Bar Rotstein)
 
-* 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
 ----------------------
@@ -105,6 +100,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
 ----------------------