Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0BCEF2004A0 for ; Wed, 16 Aug 2017 23:57:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0A20D169B49; Wed, 16 Aug 2017 21:57:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 50C5D169B41 for ; Wed, 16 Aug 2017 23:57:22 +0200 (CEST) Received: (qmail 885 invoked by uid 500); 16 Aug 2017 21:57:20 -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 876 invoked by uid 99); 16 Aug 2017 21:57:20 -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; Wed, 16 Aug 2017 21:57:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ECBF0E0610; Wed, 16 Aug 2017 21:57:19 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: lucene-solr:branch_6x: Moved recent backports to Solr 6.6.1 to the proper section Date: Wed, 16 Aug 2017 21:57:19 +0000 (UTC) archived-at: Wed, 16 Aug 2017 21:57:23 -0000 Repository: lucene-solr Updated Branches: refs/heads/branch_6x 065edbc53 -> e1a91cc42 Moved recent backports to Solr 6.6.1 to the proper section (cherry picked from commit 32ddb5b921b59ea809afb6f387b1d135922940f6) Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/e1a91cc4 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e1a91cc4 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e1a91cc4 Branch: refs/heads/branch_6x Commit: e1a91cc425d02ea3fe64fa5c3a30fdda6fb390ed Parents: 065edbc Author: Erick Erickson Authored: Wed Aug 16 14:57:11 2017 -0700 Committer: Erick Erickson Committed: Wed Aug 16 14:57:11 2017 -0700 ---------------------------------------------------------------------- solr/CHANGES.txt | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e1a91cc4/solr/CHANGES.txt ---------------------------------------------------------------------- diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index f4ecc84..d808c84 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -51,9 +51,6 @@ New Features * SOLR-10307: Allow Passing SSL passwords through environment variables. (Mano Kovacs, Michael Suzuki via Mark Miller) -* SOLR-10721: Provide a way to know when Core Discovery is finished and when all async cores are done loading - (Erick Erickson) - * SOLR-10379: Add ManagedSynonymGraphFilterFactory, deprecate ManagedSynonymFilterFactory. (Steve Rowe) * SOLR-10479: Adds support for HttpShardHandlerFactory.loadBalancerRequests(MinimumAbsolute|MaximumFraction) @@ -143,9 +140,6 @@ when using one of Exact*StatsCache (Mikhail Khludnev) * SOLR-10963: Fix example json in MultipleAdditiveTreesModel javadocs. (Stefan Langenmaier via Christine Poerschke) -* SOLR-10910: Clean up a few details left over from pluggable transient core and untangling - CoreDescriptor/CoreContainer references (Erick Erickson) - * SOLR-10914: RecoveryStrategy's sendPrepRecoveryCmd can get stuck for 5 minutes if leader is unloaded. (shalin) * SOLR-11024: ParallelStream should set the StreamContext when constructing SolrStreams (Joel Bernstein) @@ -231,6 +225,23 @@ Bug Fixes * SOLR-10857: standalone Solr loads UNLOADed core on request (Erick Erickson, Mikhail Khludnev) +* SOLR-11024: ParallelStream should set the StreamContext when constructing SolrStreams (Joel Bernstein) + +* SOLR-10908: CloudSolrStream.toExpression incorrectly handles fq clauses (Rohit Singh via Erick Erickson) + +* SOLR-11177: CoreContainer.load needs to send lazily loaded core descriptors to the proper list rather than send + them all to the transient lists. (Erick Erickson) (note, not in 7.0, is in 7.1) + +* SOLR-11122: Creating a core should write a core.properties file first and clean up on failure + (Erick Erickson) + +* SOLR-10910: Clean up a few details left over from pluggable transient core and untangling + CoreDescriptor/CoreContainer references (Erick Erickson) + +* SOLR-10721: Provide a way to know when Core Discovery is finished and when all async cores are done loading + (Erick Erickson) + + ================== 6.6.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.