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/15 11:26:37 UTC

[lucene-solr] branch jira/solr-14275 updated (4eec431 -> f019aee)

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

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


    from 4eec431  A lot more changes as some tests were failing. This is still WIP
     add f019aee  backup branch

No new revisions were added by this update.

Summary of changes:
 .../cloud/autoscaling/AddReplicaSuggester.java     |   2 -
 .../client/solrj/cloud/autoscaling/Clause.java     |  32 +++--
 .../solrj/cloud/autoscaling/FreeDiskVariable.java  |  17 +++
 .../solrj/cloud/autoscaling/PerClauseData.java     | 131 ++++++++++++++-------
 .../client/solrj/cloud/autoscaling/Policy.java     |   4 +-
 .../solr/client/solrj/cloud/autoscaling/Row.java   |  14 +--
 .../client/solrj/cloud/autoscaling/Suggestion.java |   3 +-
 .../client/solrj/cloud/autoscaling/Variable.java   |  13 ++
 .../client/solrj/cloud/autoscaling/Violation.java  |   7 +-
 .../client/solrj/cloud/autoscaling/TestPolicy.java |  26 ++--
 10 files changed, 164 insertions(+), 85 deletions(-)