You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2014/08/14 17:20:03 UTC

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

Author: anshum
Date: Thu Aug 14 15:20:03 2014
New Revision: 1617973

URL: http://svn.apache.org/r1617973
Log:
SOLR-6347: Fixing CHANGES.txt entry (Merging from trunk)

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=1617973&r1=1617972&r2=1617973&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Thu Aug 14 15:20:03 2014
@@ -180,7 +180,8 @@ Bug Fixes
 * SOLR-6336: DistributedQueue can easily create too many ZooKeeper Watches.
   (Ramkumar Aiyengar via Mark Miller)
 
-* SOLR-6347: DELETEREPLICA throws a NPE while removing the last Replica in a Custom sharded collection.
+* SOLR-6347: DELETEREPLICA throws a NPE while removing the last Replica in a Custom
+  sharded collection. (Anshum Gupta)
 
 * SOLR-6062: Fix undesirable edismax query parser effect (introduced in SOLR-2058) in how phrase queries
   generated from pf, pf2, and pf3 are merged into the main query.  (Michael Dodsworth via ehatcher)