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/12/30 02:13:12 UTC

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

Author: markrmiller
Date: Mon Dec 30 01:13:11 2013
New Revision: 1554123

URL: http://svn.apache.org/r1554123
Log:
SOLR-5503: Move CHANGES entry to 4.6.1

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=1554123&r1=1554122&r2=1554123&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Dec 30 01:13:11 2013
@@ -161,9 +161,6 @@ Bug Fixes
   a delta-import is run first before any full-imports.
   (Sebastien Lorber, Arcadius Ahouansou via shalin)
 
-* SOLR-5503: Retry 'forward to leader' requests less aggressively - rather 
-  than on IOException and status 500, ConnectException. (Mark Miller)
-
 * SOLR-5494: CoreContainer#remove throws NPE rather than returning null when
   a SolrCore does not exist in core discovery mode. (Mark Miller)
   
@@ -324,7 +321,10 @@ Bug Fixes
 
 * SOLR-4709: The core reload after replication if config files have changed
   can fail due to a race condition. (Mark Miller, Hossman))
-  
+
+* SOLR-5503: Retry 'forward to leader' requests less aggressively - rather 
+  than on IOException and status 500, ConnectException. (Mark Miller)
+    
 Optimizations
 ----------------------