You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2018/05/06 17:10:33 UTC

lucene-solr:branch_7x: Synchronizing the Solr CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 7f7619771 -> c43c15409


Synchronizing the Solr 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/c43c1540
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c43c1540
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c43c1540

Branch: refs/heads/branch_7x
Commit: c43c15409ab204e53622dd6ddb89a78d0cda0389
Parents: 7f76197
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Sun May 6 22:39:10 2018 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Sun May 6 22:39:10 2018 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c43c1540/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d201b28..74b7db8 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -97,9 +97,6 @@ Bug Fixes
 * SOLR-12108: Fixed the fallback behavior of [raw] and [xml] transformers when an incompatble 'wt' was
   specified, the field value was lost if documentCache was not used.  (hossman)
 
-* SOLR-12087: Deleting replicas sometimes fails and causes the replicas to exist in the down 
-  state (Cao Manh Dat)
-
 * SOLR-11551: Standardize CoreAdmin API success/failure status codes (Jason Gerlowski, Steve Rowe)
 
 * SOLR-12035: ExtendedDismaxQParser fails to include charfilters in nostopanalyzer (Tim Allison via
@@ -144,16 +141,10 @@ Bug Fixes
 
 * SOLR-12214: Leader may skip publish itself as ACTIVE when its last published state is DOWN (Cao Manh Dat)
 
-* SOLR-12065: A successful restore collection should mark the shard state as active and not buffering
-  (Rohit, Varun Thacker)
-
 * SOLR-12150: Fix a test bug in CdcrBidirectionalTest.testBiDir (Steve Rowe, Amrit Sarkar via Varun Thacker)
 
 * SOLR-10513: ConjunctionSolrSpellChecker did not work with LuceneLevenshteinDistance (Amrit Sarkar via James Dyer)
 
-* SOLR-11724: Cdcr bootstrapping should ensure that non-leader replicas should sync with the leader
-  (Amrit Sarkar, Varun Thacker)
-
 * SOLR-11840: Fix bin/solr help-text inconsistencies (Jason Gerlowski)
 
 * SOLR-10169: PeerSync will hit an NPE on no response errors when looking for fingerprint. (Erick Erickson)
@@ -184,8 +175,6 @@ Bug Fixes
 * SOLR-12284: WordBreakSolrSpellchecker will no longer add parenthesis in collations when breaking words in 
   non-boolean queries. (James Dyer)
 
-* SOLR-12202: Fix errors in solr-exporter.cmd. (Minoru Osuka via koji)
-
 * SOLR-12316: Do not allow to use absolute URIs for including other files in solrconfig.xml and schema parsing.
   (Ananthesh, Ishan Chattopadhyaya, Uwe Schindler)
 
@@ -202,10 +191,6 @@ Optimizations
 * SOLR-11891: DocStreamer now respects the ReturnFields when populating a SolrDocument, reducing the
   number of unneccessary fields a ResponseWriter will see if documentCache is used (wei wang, hossman)
 
-* SOLR-12146: LIR should skip deleted replicas (Cao Manh Dat)
-
-* SOLR-12066: Cleanup deleted core when node start (Cao Manh Dat)
-
 Other Changes
 ----------------------
 
@@ -283,6 +268,21 @@ Bug Fixes
 
 * SOLR-12256: Fixed some eventual-consistency issues with collection aliases by using ZooKeeper.sync(). (David Smiley)
 
+* SOLR-12087: Deleting replicas sometimes fails and causes the replicas to exist in the down 
+  state (Cao Manh Dat)
+
+* SOLR-12146: LIR should skip deleted replicas (Cao Manh Dat)
+
+* SOLR-12066: Cleanup deleted core when node start (Cao Manh Dat)
+
+* SOLR-12065: A successful restore collection should mark the shard state as active and not buffering
+  (Rohit, Varun Thacker)
+
+* SOLR-11724: Cdcr bootstrapping should ensure that non-leader replicas should sync with the leader
+  (Amrit Sarkar, Varun Thacker)
+
+* SOLR-12202: Fix errors in solr-exporter.cmd. (Minoru Osuka via koji)
+
 ==================  7.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.