You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/06/23 12:24:39 UTC

lucene-solr:jira/SOLR-10496: SOLR-10496: New ComputePlanAction for autoscaling which uses the policy framework to compute cluster operations upon a trigger fire

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/SOLR-10496 70f60a23b -> 8a5239d00


SOLR-10496: New ComputePlanAction for autoscaling which uses the policy framework to compute cluster operations upon a trigger fire


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

Branch: refs/heads/jira/SOLR-10496
Commit: 8a5239d000f0090867f7db00983e335e4bdc931a
Parents: 70f60a2
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Fri Jun 23 17:52:01 2017 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Fri Jun 23 17:52:01 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8a5239d0/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0d589bb..97e285c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -164,6 +164,9 @@ New Features
 
 * SOLR-10406: v2 API error messages list the URL request path as /solr/____v2/... when the original path was /v2/... (Cao Manh Dat, noble)
 
+* SOLR-10496: New ComputePlanAction for autoscaling which uses the policy framework to compute cluster
+  operations upon a trigger fire. (Noble Paul, shalin)
+
 Bug Fixes
 ----------------------
 * SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509.