You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2014/11/27 02:59:36 UTC

svn commit: r1642001 - /lucene/dev/trunk/solr/CHANGES.txt

Author: markrmiller
Date: Thu Nov 27 01:59:36 2014
New Revision: 1642001

URL: http://svn.apache.org/r1642001
Log:
SOLR-6798: Add entries to CHANGES missing in trunk.

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1642001&r1=1642000&r2=1642001&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Thu Nov 27 01:59:36 2014
@@ -371,6 +371,9 @@ Other Changes
 
 * SOLR-6453: Stop throwing an error message from Overseer when node exits (Ramkumar Aiyengar, Noble Paul)
 
+* SOLR-6550: Provide simple mechanism for passing additional metadata / context about a server-side
+   SolrException back to the client-side (Timothy Potter)
+
 * SOLR-6249: Schema API changes return success before all cores are updated; client application
   can provide the optional updateTimeoutSecs parameter to cause the server handling the
   managed schema update to block until all replicas of the same collection have processed the
@@ -425,6 +428,9 @@ Other Changes
 * SOLR-6754: ZkController.publish doesn't use the updateLastState parameter.
   (shalin)
 
+* SOLR-6715: ZkSolrResourceLoader constructors accept a parameter called 'collection'
+  but it should be 'configName'. (shalin)
+
 * SOLR-6751: Exceptions thrown in the analysis chain in DirectUpdateHandler2
   should return a BAD_REQUEST status (Alan Woodward)