From e7b449534344baf09f4824ad322f9a1e53300620 Mon Sep 17 00:00:00 2001 From: Erick Erickson Date: Fri, 31 Aug 2018 20:43:26 -0700 Subject: [PATCH] SOLR-12055: Last patch had the entry in the wrong place in CHANGES.txt --- solr/CHANGES.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 452dc039e4a..f0d49ea7c61 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 ----------------------