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 2013/10/21 01:01:54 UTC

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

Author: markrmiller
Date: Sun Oct 20 23:01:54 2013
New Revision: 1534004

URL: http://svn.apache.org/r1534004
Log:
SOLR-5371, SOLR-5370: Add CHANGES entries

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=1534004&r1=1534003&r2=1534004&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Sun Oct 20 23:01:54 2013
@@ -117,6 +117,8 @@ Bug Fixes
   ignoring requests for the results to include the score.
   (Anshum Gupta, Mark Miller, Shawn Heisey)
 
+* SOLR-5371: Solr should consistently call SolrServer#shutdown (Mark Miller)
+
 Optimizations
 ----------------------  
 
@@ -125,6 +127,9 @@ Optimizations
 
 * SOLR-5223: SolrCloud should use the JavaBin binary format for communication by default. 
   (Mark Miller)
+
+* SOLR-5370: Requests to recover when an update fails should be done in 
+  background threads. (Mark Miller)
   
 Security
 ----------------------