This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
from cb93f63c16e SOLR-17490: Check for existence of perl executable and
skip if it doesnt exist (#2753)
new 4ff3596176e SOLR-17535 ClusterState.collectionStream() in lieu of
getCollectionStates() (#2834)
new db13f28aec4 SOLR-17535: Deprecate ClusterState.forEachCollection
(#2854)
new 70ad3d898e0 SOLR-17535: Migrate ClusterState.getCollectionsMap callers
to Stream (#2846)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
solr/CHANGES.txt | 3 +
.../java/org/apache/solr/cloud/ConfigSetCmds.java | 23 +-
.../solr/cloud/DistributedClusterStateUpdater.java | 2 +-
.../cloud/api/collections/DeleteCollectionCmd.java | 16 +-
.../api/collections/ReplicaMigrationUtils.java | 37 +--
.../apache/solr/cloud/overseer/NodeMutator.java | 30 +--
.../impl/CollectionsRepairEventListener.java | 99 +++----
.../cluster/maintenance/InactiveShardRemover.java | 3 +-
.../impl/SimpleClusterAbstractionsImpl.java | 3 +-
.../apache/solr/handler/admin/ClusterStatus.java | 121 +++++----
.../solr/handler/admin/api/ListCollections.java | 18 +-
.../designer/SchemaDesignerConfigSetHelper.java | 25 +-
.../java/org/apache/solr/servlet/HttpSolrCall.java | 47 ++--
.../apache/solr/cloud/CollectionsAPISolrJTest.java | 9 +-
.../test/org/apache/solr/cloud/OverseerTest.java | 18 +-
.../apache/solr/cloud/ReindexCollectionTest.java | 3 +-
.../SharedFileSystemAutoReplicaFailoverTest.java | 52 +---
.../solr/prometheus/scraper/SolrCloudScraper.java | 10 +-
.../prometheus/scraper/SolrCloudScraperTest.java | 11 +-
.../solrj/impl/SolrClientNodeStateProvider.java | 33 ++-
.../org/apache/solr/common/LazySolrCluster.java | 4 +-
.../apache/solr/common/cloud/ZkStateReader.java | 5 +-
.../org/apache/solr/common/cloud/ClusterState.java | 38 +--
.../solr/cloud/AbstractFullDistribZkTestBase.java | 8 +-
.../apache/solr/common/cloud/ClusterStateUtil.java | 289 ++++++++-------------
25 files changed, 396 insertions(+), 511 deletions(-)