You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2017/07/28 14:37:41 UTC

lucene-solr:feature/autoscaling: SOLR-10397: Update solr/CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/feature/autoscaling 0f7e3be58 -> 6f8ca53b3


SOLR-10397: Update solr/CHANGES.txt


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

Branch: refs/heads/feature/autoscaling
Commit: 6f8ca53b3cfa42003cc3ebf77b3efc2c823f36b6
Parents: 0f7e3be
Author: Cao Manh Dat <da...@apache.org>
Authored: Fri Jul 28 21:37:30 2017 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Fri Jul 28 21:37:30 2017 +0700

----------------------------------------------------------------------
 solr/CHANGES.txt | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6f8ca53b/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e128e83..cae7754 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -52,7 +52,14 @@ Detailed Change List
 Upgrade Notes
 ----------------------
 
-(No Notes)
+* 'autoAddReplicas' feature is ported to autoscaling framework. Existing users of this feature should not have
+  to change anything. Note these changes:
+  1. Behaviour: Changing the autoAddReplicas property from disabled to enabled using MODIFYCOLLECTION API
+  no longer replaces down replicas for the collection immediately. Instead, replicas are only added
+  if a node containing them went down while autoAddReplicas was enabled. The params
+  autoReplicaFailoverBadNodeExpiration and autoReplicaFailoverWorkLoopDelay are no longer used.
+  2. Deprecations: Enabling/disabling autoAddReplicas cluster wide with the API will be deprecated; use 
+  suspend/resume trigger APIs with name='.auto_add_replicas' instead.
 
 New Features
 ----------------------
@@ -123,6 +130,9 @@ Other Changes
 * SOLR-11131: Document 'assert' as a command option in bin/solr, and bin/solr.cmd scripts.
   (Jason Gerlowski via Anshum Gupta)
 
+* SOLR-10397: Port 'autoAddReplicas' feature to the autoscaling framework and make it work with non-shared filesystems
+  (Cao Manh Dat, shalin)
+
 ==================  7.0.0 ==================
 
 Versions of Major Components