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 2012/01/30 20:10:18 UTC

svn commit: r1237932 - /lucene/dev/branches/solrcloud/solr/CHANGES.txt

Author: markrmiller
Date: Mon Jan 30 19:10:17 2012
New Revision: 1237932

URL: http://svn.apache.org/viewvc?rev=1237932&view=rev
Log:
SOLR-2358: first crack at changes entry

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

Modified: lucene/dev/branches/solrcloud/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solrcloud/solr/CHANGES.txt?rev=1237932&r1=1237931&r2=1237932&view=diff
==============================================================================
--- lucene/dev/branches/solrcloud/solr/CHANGES.txt (original)
+++ lucene/dev/branches/solrcloud/solr/CHANGES.txt Mon Jan 30 19:10:17 2012
@@ -92,13 +92,19 @@ New Features
   DirectSpellChecker to retrieve correction candidates directly from the term dictionary using
   levenshtein automata.  (James Dyer, rmuir)
    
-* SOLR-1873: SolrCloud - added shared/central config and core/shard management via zookeeper,
-  built-in load balancing, and infrastructure for future SolrCloud work. (yonik, Mark Miller)
+* SOLR-1873, SOLR-2358: SolrCloud - added shared/central config and core/shard management via zookeeper,
+  built-in load balancing, and distributed indexing. 
+  (Jamie Johnson, Sami Siren, Ted Dunning, yonik, Mark Miller)
   Additional Work:
   SOLR-2324: SolrCloud solr.xml parameters are not persisted by CoreContainer.
   (Massimo Schiavon, Mark Miller)
-  SOLR-2799: Update CloudState incrementally rather than always reading the data at each zk 
-  node. (Jamie Johnson via Mark Miller)
+  SOLR-2821, SOLR-2799: Improve how cluster state is managed in ZooKeeper. 
+  (Jamie Johnson via Mark Miller)
+  SOLR-2765: Shard/Node states. (Jamie Johnson, Mark Miller)
+  SOLR-2880: Add an Overseer to handle some tasks. (Sami Siren via Mark Miller)
+  SOLR-2723: SolrCloud should auto assign shard names. (Sami Siren, Mark Miller)
+  SOLR-2287: Allow users to query by multiple, compatible collections with SolrCloud.
+  (Soheb Mahmood, Alex Cowell, Mark Miller)
 
 * SOLR-1566: Transforming documents in the ResponseWriters.  This will allow
   for more complex results in responses and open the door for function queries