You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/06/23 00:10:33 UTC

[lucene-solr] branch jira/solr14586 updated (85c7c7d -> b2ae593)

This is an automated email from the ASF dual-hosted git repository.

noble pushed a change to branch jira/solr14586
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 85c7c7d  SOLR-14586: replace the second function parameter in computeIfAbsent with static vars
     add baa37f7  SOLR-14586: more places
     add b2ae593  docs

No new revisions were added by this update.

Summary of changes:
 .../solr/cloud/autoscaling/sim/SimUtils.java       | 27 ++++-------------
 .../apache/solr/util/MockSearchableSolrClient.java |  6 ++--
 .../IndexSizeTriggerMixedBoundsTest.java           |  8 ++---
 .../IndexSizeTriggerSizeEstimationTest.java        | 16 ++++------
 .../cloud/autoscaling/IndexSizeTriggerTest.java    | 15 ++++------
 .../autoscaling/MetricTriggerIntegrationTest.java  |  4 +--
 .../ScheduledMaintenanceTriggerTest.java           | 13 ++++----
 .../SearchRateTriggerIntegrationTest.java          |  9 +++---
 .../TriggerCooldownIntegrationTest.java            |  5 ++--
 .../cloud/autoscaling/TriggerIntegrationTest.java  | 10 ++-----
 .../cloud/autoscaling/sim/TestSimLargeCluster.java | 23 ++------------
 .../autoscaling/sim/TestSimTriggerIntegration.java | 35 ++++------------------
 .../java/org/apache/solr/common/util/Utils.java    |  8 +++++
 13 files changed, 54 insertions(+), 125 deletions(-)