This is an automated email from the ASF dual-hosted git repository.
broustant pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
from f8c78cf499e SOLR-16584: BATS test fails stopping two instances (#1240)
add 0051ecf1f81 SOLR-16438: Support optional split.setPreferredLeaders
prop in shard split command.
No new revisions were added by this update.
Summary of changes:
solr/CHANGES.txt | 2 +
...istributedCollectionConfigSetCommandRunner.java | 12 +-
.../solr/cloud/api/collections/SplitShardCmd.java | 146 ++++++++++------
.../solr/handler/admin/CollectionsHandler.java | 192 +++++++++++++++++---
.../solr/handler/admin/RebalanceLeaders.java | 90 +++++++++-
.../test/org/apache/solr/cloud/SplitShardTest.java | 194 ++++++++++++++++-----
.../solr/cloud/api/collections/ShardSplitTest.java | 13 +-
.../solr/handler/admin/TestCollectionAPIs.java | 15 +-
.../deployment-guide/pages/shard-management.adoc | 12 ++
.../solrj/request/CollectionAdminRequest.java | 11 +-
.../solr/common/params/CommonAdminParams.java | 6 +
11 files changed, 548 insertions(+), 145 deletions(-)