You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/12/16 18:57:41 UTC

[solr] branch main updated (d833f08 -> 1fdeaa0)

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

houston pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git.


    from d833f08  Sync CHANGES for 8.11.1
     add 1fdeaa0  SOLR-15803: Allow AssignStrategy to process multiple AssignRequests with cross-coordination (#420)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |   4 +-
 .../solr/cloud/api/collections/AddReplicaCmd.java  |   2 +-
 .../apache/solr/cloud/api/collections/Assign.java  | 126 +++++++++-------
 .../cloud/api/collections/CreateCollectionCmd.java |   6 +-
 .../cloud/api/collections/DeleteCollectionCmd.java |   2 +-
 .../cloud/api/collections/DeleteReplicaCmd.java    |  10 +-
 .../solr/cloud/api/collections/ReplaceNodeCmd.java |  36 +++--
 .../solr/cloud/api/collections/RestoreCmd.java     |  10 +-
 .../solr/cloud/api/collections/SplitShardCmd.java  |   4 +-
 .../impl/CollectionsRepairEventListener.java       |   2 +-
 .../solr/cluster/placement/PlacementPlugin.java    |  28 +++-
 .../impl/PlacementPluginAssignStrategy.java        |  31 ++--
 .../placement/impl/ReplicaPlacementImpl.java       |   4 +-
 .../plugins/AffinityPlacementFactory.java          | 158 ++++++++++++---------
 .../plugins/MinimizeCoresPlacementFactory.java     | 105 ++++++++------
 .../placement/plugins/RandomPlacementFactory.java  |  42 +++---
 .../org/apache/solr/cloud/ReplaceNodeTest.java     |  84 +++++++----
 .../solrj/request/CollectionAdminRequest.java      |   5 +-
 .../apache/solr/common/cloud/ReplicaPosition.java  |  20 ++-
 19 files changed, 417 insertions(+), 262 deletions(-)