You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2021/11/17 05:56:52 UTC

[solr] branch jira/SOLR15694 updated (b2c7799 -> 01639c4)

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

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


    from b2c7799  added APIs
     add 01639c4  added test

No new revisions were added by this update.

Summary of changes:
 .../apache/solr/cloud/api/collections/Assign.java  | 24 +++++-
 .../cloud/api/collections/CreateCollectionCmd.java |  2 +-
 .../solr/cloud/api/collections/RestoreCmd.java     |  2 +-
 .../impl/SimpleClusterAbstractionsImpl.java        | 34 +-------
 .../java/org/apache/solr/core/CoreContainer.java   |  2 +-
 .../src/java/org/apache/solr/core/NodeRole.java    | 15 ++--
 .../java/org/apache/solr/handler/ClusterAPI.java   |  3 +-
 .../test/org/apache/solr/cloud/NodeRolesTest.java  | 97 ++++++++++++++++++++++
 .../org/apache/solr/cloud/OverseerRolesTest.java   |  4 +-
 9 files changed, 133 insertions(+), 50 deletions(-)
 create mode 100644 solr/core/src/test/org/apache/solr/cloud/NodeRolesTest.java