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 2017/05/25 11:58:52 UTC

[4/5] lucene-solr:jira/solr-10515: Merge remote-tracking branch 'origin/feature/autoscaling' into feature/autoscaling

Merge remote-tracking branch 'origin/feature/autoscaling' into feature/autoscaling


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

Branch: refs/heads/jira/solr-10515
Commit: b933b604070012700d5d2b89cb920214b0b6e355
Parents: 9ad811b f9cf549
Author: Noble Paul <no...@apache.org>
Authored: Thu May 25 17:55:10 2017 +0930
Committer: Noble Paul <no...@apache.org>
Committed: Thu May 25 17:55:10 2017 +0930

----------------------------------------------------------------------
 .../solr/cloud/autoscaling/AutoScaling.java     |  6 ++
 .../cloud/autoscaling/NodeAddedTrigger.java     | 11 +++
 .../solr/cloud/autoscaling/NodeLostTrigger.java | 11 +++
 .../cloud/autoscaling/ScheduledTriggers.java    |  5 +-
 .../cloud/autoscaling/NodeAddedTriggerTest.java | 62 ++++++++++++++
 .../cloud/autoscaling/NodeLostTriggerTest.java  | 75 +++++++++++++++-
 .../autoscaling/TriggerIntegrationTest.java     | 90 +++++++++++++++-----
 7 files changed, 234 insertions(+), 26 deletions(-)
----------------------------------------------------------------------