You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/04/23 17:35:09 UTC

[05/40] lucene-solr:jira/solr-11833: SOLR-11924: Updates solr/CHANGES.txt for v7.4

SOLR-11924: Updates solr/CHANGES.txt for v7.4


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/8c60be44
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8c60be44
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8c60be44

Branch: refs/heads/jira/solr-11833
Commit: 8c60be448921f3bb59a1d6de1b3655a1dc1d75f0
Parents: ae0190b
Author: Dennis Gove <dp...@gmail.com>
Authored: Tue Apr 17 18:58:42 2018 -0400
Committer: Dennis Gove <dp...@gmail.com>
Committed: Tue Apr 17 18:58:42 2018 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8c60be44/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 1107c56..c1efc85 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -99,6 +99,9 @@ New Features
 * SOLR-11913: SolrJ SolrParams now implements Iterable<Map.Entry<String, String[]>> and also has a stream() method
   using it for convenience. (David Smiley, Tapan Vaishnav)
 
+* SOLR-11924: Added the ability to listen to changes in the set of active collections in a cloud
+  in the ZkStateReader, through the CloudCollectionsListener. (Houston Putman, Dennis Gove)
+
 Bug Fixes
 ----------------------