From commits-return-103161-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Sat Sep 1 05:45:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 58D62180675 for ; Sat, 1 Sep 2018 05:45:19 +0200 (CEST) Received: (qmail 65477 invoked by uid 500); 1 Sep 2018 03:45:18 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 65468 invoked by uid 99); 1 Sep 2018 03:45:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2018 03:45:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7D1E3E08D6; Sat, 1 Sep 2018 03:45:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: erick@apache.org To: commits@lucene.apache.org Date: Sat, 01 Sep 2018 03:45:18 -0000 Message-Id: <407e3493c658489baba9466a18757afa@git.apache.org> In-Reply-To: <18b9aa65c6b948afb84cb55892f566bd@git.apache.org> References: <18b9aa65c6b948afb84cb55892f566bd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Fri Aug 31 20:43:26 2018 -0700 Committer: Erick Erickson 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 ----------------------