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 2014/01/13 20:06:03 UTC

svn commit: r1557812 - /lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt

Author: markrmiller
Date: Mon Jan 13 19:06:03 2014
New Revision: 1557812

URL: http://svn.apache.org/r1557812
Log:
SOLR-5615: Add CHANGES entry to 4.6 branch

Modified:
    lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt

Modified: lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt?rev=1557812&r1=1557811&r2=1557812&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_4_6/solr/CHANGES.txt Mon Jan 13 19:06:03 2014
@@ -149,6 +149,9 @@ Bug Fixes
 * SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory 
   if necessary. (Mark Miller)
 
+* SOLR-5615: Deadlock while trying to recover after a ZK session expiration.
+  (Ramkumar Aiyengar, Mark Miller)
+
 * SOLR-5543: Core swaps resulted in duplicate core entries in solr.xml when 
   using solr.xml persistence. (Bill Bell, Alan Woodward)