SOLR-6798: Add entries to CHANGES missing in trunk.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-11-27 01:59:36 +00:00
parent 979b89ce0f
commit 66c61e9712

View File

@ -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)