This is an automated email from the ASF dual-hosted git repository.
hossman pushed a change to branch SOLR-17335
in repository https://gitbox.apache.org/repos/asf/solr.git
from 7fca0be147e Tidy
new 71983405239 Fix wording and missing renames
add 844cde9a4f0 SOLR-17269: Do not publish synthetic solr core (of
Coordinator node) to ZK (#2438)
add fc0d84afaa8 SOLR-17331: More optimal placements with
OrderedNodePlacementPlugin (#2515)
add 0c2b1a6dd61 SOLR-17255: Fix bugs in SolrParams.toLocalParamsString()
add 4a12f8a4b58 fix MoveReplicaHdfsFailoverTest after SOLR-16962 (#2525)
add 0a6f79dcda3 Remove 'IndexUpgraderTool' page from ref-guide (#2500)
new aeaa21bbae0 Merge remote-tracking branch 'origin/main' into SOLR-17335
The 2 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 | 6 +
.../org/apache/solr/cloud/ZkConfigSetService.java | 39 +---
.../plugins/OrderedNodePlacementPlugin.java | 87 ++++----
.../src/java/org/apache/solr/core/SolrCore.java | 2 +-
.../org/apache/solr/core/SyntheticSolrCore.java | 75 +++++++
.../solr/servlet/CoordinatorHttpSolrCall.java | 246 ++++++---------------
.../org/apache/solr/cloud/MigrateReplicasTest.java | 8 +-
.../plugins/MinimizeCoresPlacementFactoryTest.java | 2 +-
...ryTest.java => SimplePlacementFactoryTest.java} | 173 ++++++++-------
.../apache/solr/search/TestCoordinatorRole.java | 42 ++--
.../hdfs/cloud/MoveReplicaHdfsFailoverTest.java | 1 -
.../modules/deployment-guide/deployment-nav.adoc | 1 -
.../deployment-guide/pages/indexupgrader-tool.adoc | 53 -----
.../pages/upgrading-a-solr-cluster.adoc | 6 +-
.../query-guide/pages/dense-vector-search.adoc | 20 +-
.../pages/major-changes-in-solr-7.adoc | 1 -
.../apache/solr/client/solrj/util/ClientUtils.java | 10 +-
.../org/apache/solr/common/params/SolrParams.java | 13 +-
.../apache/solr/common/params/SolrParamTest.java | 42 ++++
19 files changed, 390 insertions(+), 437 deletions(-)
create mode 100644
solr/core/src/java/org/apache/solr/core/SyntheticSolrCore.java
copy
solr/core/src/test/org/apache/solr/cluster/placement/plugins/{MinimizeCoresPlacementFactoryTest.java
=> SimplePlacementFactoryTest.java} (76%)
delete mode 100644
solr/solr-ref-guide/modules/deployment-guide/pages/indexupgrader-tool.adoc