You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2014/08/23 00:32:56 UTC

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

Author: hossman
Date: Fri Aug 22 22:32:55 2014
New Revision: 1619946

URL: http://svn.apache.org/r1619946
Log:
CHANGES.txt entry for SOLR-6410, 4x only issue

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=1619946&r1=1619945&r2=1619946&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Aug 22 22:32:55 2014
@@ -118,6 +118,9 @@ Bug Fixes
 * SOLR-4895: An error should be returned when a rollback is attempted in SolrCloud mode.
   (Vamsee Yarlagadda via Mark Miller)
 
+* SOLR-6410: Ensure all Lookup instances are closed via CloseHook
+  (hossman, Areek Zillur, Ryan Ernst, Dawid Weiss)
+
 Other Changes
 ---------------------
 
@@ -343,7 +346,7 @@ Bug Fixes
   
 * SOLR-6405: ZooKeeper calls can easily not be retried enough on ConnectionLoss.
   (Jessica Cheng, Mark Miller)
- 
+
 Optimizations
 ---------------------