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:04:08 UTC

svn commit: r1534006 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt

Author: markrmiller
Date: Sun Oct 20 23:04:08 2013
New Revision: 1534006

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

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1534006&r1=1534005&r2=1534006&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Sun Oct 20 23:04:08 2013
@@ -82,6 +82,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
 ----------------------  
 
@@ -90,6 +92,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
 ----------------------