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 2023/03/06 06:18:23 UTC

[solr] branch jira/solr16653_3 updated (ae40168ac33 -> 8d8f223ae84)

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

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


    from ae40168ac33 test fix #1432
     add c7f858ee767 Fixed issue split cmd when shard has NRT and pull replica, prs enable
     add 71aefbad4bb fixed test issue for string.format api
     add 70cbb20e1b2 Updated fix to avoid state.json update
     add e5ccb87fd71 update the license in new test file
     add dcbe47b93f4 Merge branch 'apache:main' into SOLR-16653-shardsplit
     add d3e8d93647b updated test to not dummy prs update and remove check for force_set_state
     add 9a58ace1ce1 test fix for dummy prs update
     add 32de7c4674a Merge branch 'main' into SOLR-16653-shardsplit
     add 789e3174208 Merge branch 'main' into SOLR-16653-shardsplit
     add 6fec88f0159 cleaned up the JUnit test
     add cac46e98e31 cleaned up the JUnit test
     add 5bdecfcfeea cleaned up the JUnit test
     add b82d1487190 Removed optimization for prs case as that place can have many changes shard active/in for parent shard and child shards,force_set_state, and other attributes.
     add 62248e1bd7c fixed test failures
     add a334d6e81de Merge branch 'apache:main' into SOLR-16653-shardsplit
     add a846bdd91a5 removed unused method
     add f6bb60e80e7 tidy
     add 0c58d8254d9 CHANGES.txt
     new 83719210113 Revert "CHANGES.txt"
     new 23782c2dafa Merge branch 'apache:main' into SOLR-16653-shardsplit
     new 08034f3c8fc Merge branch 'apache:main' into SOLR-16653-shardsplit
     new b44b145379d Merge branch 'apache:main' into SOLR-16653-shardsplit
     new 2da6c85ec86 Merge branch 'apache:main' into SOLR-16653-shardsplit
     new 8d8f223ae84 Merge branch 'apache:main' into SOLR-16653-shardsplit

The 6 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:
 .../apache/solr/cloud/overseer/ReplicaMutator.java | 11 ---
 .../apache/solr/cloud/overseer/ZkWriteCommand.java | 10 ++-
 .../solr/cloud/SplitShardWithNodeRoleTest.java     | 98 ++++++++++++++++++++++
 .../cloud/PerReplicaStatesIntegrationTest.java     |  4 +-
 4 files changed, 109 insertions(+), 14 deletions(-)
 create mode 100644 solr/core/src/test/org/apache/solr/cloud/SplitShardWithNodeRoleTest.java


[solr] 05/06: Merge branch 'apache:main' into SOLR-16653-shardsplit

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2da6c85ec86c638c37f5b4c056ce1ac4b470c789
Merge: b44b145379d 3108c7d892a
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Mon Mar 6 15:35:01 2023 +1100

    Merge branch 'apache:main' into SOLR-16653-shardsplit



[solr] 02/06: Merge branch 'apache:main' into SOLR-16653-shardsplit

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 23782c2dafaf59d53964b4166d3fd9757a4ab9b3
Merge: 83719210113 80a58fd9c9b
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Tue Feb 28 16:10:21 2023 +1100

    Merge branch 'apache:main' into SOLR-16653-shardsplit

 .github/renovate.json                              |  47 ++++
 dev-docs/dependency-upgrades.adoc                  |  59 +++++
 gradle/validation/error-prone.gradle               |  12 +-
 solr/CHANGES.txt                                   |  24 +-
 solr/bin/solr                                      |   4 +-
 solr/bin/solr.cmd                                  |   5 +-
 .../java/org/apache/solr/core/CoreContainer.java   |  11 +
 .../src/java/org/apache/solr/core/NodeConfig.java  |   4 +
 .../solr/handler/admin/CoreAdminHandler.java       | 285 ++++++++++++---------
 .../solr/handler/admin/CoreAdminOperation.java     |  59 ++---
 .../solr/handler/admin/CreateSnapshotOp.java       |  44 +---
 .../solr/handler/admin/DeleteSnapshotOp.java       |  30 +--
 .../solr/handler/admin/api/CoreAdminAPIBase.java   | 117 +++++++++
 .../solr/handler/admin/api/CoreSnapshotAPI.java    | 278 ++++++++++++++++++++
 .../apache/solr/handler/export/ExportWriter.java   |  42 +--
 .../src/java/org/apache/solr/util/SolrCLI.java     |   7 +-
 .../SimpleCollectionCreateDeleteTest.java          |  10 +-
 .../impl/PlacementPluginIntegrationTest.java       |   6 +
 .../org/apache/solr/core/TestCoreDiscovery.java    |   5 +-
 .../solr/core/snapshots/TestSolrCoreSnapshots.java |  15 +-
 .../solr/handler/admin/StatsReloadRaceTest.java    |   4 +-
 .../handler/admin/api/CoreSnapshotAPITest.java     | 164 ++++++++++++
 .../apache/solr/search/TestCoordinatorRole.java    | 138 +++++-----
 .../apache/solr/search/facet/TestJsonFacets.java   |   1 +
 .../apache/solr/util/TestSolrCLIRunExample.java    |   6 +
 solr/licenses/asm-9.3.jar.sha1                     |   1 +
 solr/licenses/asm-9.4.jar.sha1                     |   1 -
 solr/licenses/asm-analysis-7.2.jar.sha1            |   1 +
 solr/licenses/asm-commons-7.2.jar.sha1             |   1 +
 solr/licenses/asm-commons-9.4.jar.sha1             |   1 -
 solr/licenses/asm-tree-7.2.jar.sha1                |   1 +
 solr/licenses/asm-tree-9.4.jar.sha1                |   1 -
 solr/licenses/caffeine-3.1.2.jar.sha1              |   1 -
 solr/licenses/caffeine-3.1.4.jar.sha1              |   1 +
 solr/licenses/checker-qual-3.28.0.jar.sha1         |   1 -
 solr/licenses/checker-qual-3.31.0.jar.sha1         |   1 +
 solr/licenses/commons-cli-1.4.jar.sha1             |   1 -
 solr/licenses/commons-cli-1.5.0.jar.sha1           |   1 +
 .../licenses/error_prone_annotations-2.16.jar.sha1 |   1 -
 .../error_prone_annotations-2.18.0.jar.sha1        |   1 +
 solr/licenses/kotlin-reflect-1.6.10.jar.sha1       |   1 +
 solr/licenses/kotlin-reflect-1.7.21.jar.sha1       |   1 -
 solr/licenses/kotlin-stdlib-1.6.20.jar.sha1        |   1 +
 solr/licenses/kotlin-stdlib-1.7.21.jar.sha1        |   1 -
 solr/licenses/kotlin-stdlib-common-1.6.20.jar.sha1 |   1 +
 solr/licenses/kotlin-stdlib-common-1.7.21.jar.sha1 |   1 -
 solr/licenses/kotlin-stdlib-jdk7-1.6.0.jar.sha1    |   1 +
 solr/licenses/kotlin-stdlib-jdk7-1.7.21.jar.sha1   |   1 -
 solr/licenses/kotlin-stdlib-jdk8-1.6.0.jar.sha1    |   1 +
 solr/licenses/kotlin-stdlib-jdk8-1.7.21.jar.sha1   |   1 -
 solr/licenses/snakeyaml-1.28.jar.sha1              |   1 +
 solr/licenses/snakeyaml-1.33.jar.sha1              |   1 -
 solr/licenses/swagger-annotations-2.2.2.jar.sha1   |   1 -
 solr/licenses/swagger-annotations-2.2.8.jar.sha1   |   1 +
 .../solr/handler/component/AnalyticsComponent.java |   4 +
 solr/modules/jwt-auth/build.gradle                 |   2 +-
 .../solr/opentelemetry/OtelTracerConfigurator.java |  23 ++
 .../opentelemetry/OtelTracerConfiguratorTest.java  |   8 +
 .../java/org/apache/solr/s3/S3StorageClient.java   |   2 +
 .../src/test/org/apache/solr/s3/S3PathsTest.java   |   2 +
 .../pages/configuring-solr-xml.adoc                |   3 +
 .../pages/requesthandlers-searchcomponents.adoc    |   2 +-
 .../deployment-guide/pages/backup-restore.adoc     | 149 ++++++-----
 .../pages/distributed-tracing.adoc                 |   7 +
 .../pages/rule-based-authorization-plugin.adoc     |   1 +
 .../pages/upgrading-a-solr-cluster.adoc            |   2 +-
 .../pages/zookeeper-file-management.adoc           |   6 +-
 .../getting-started/pages/tutorial-solrcloud.adoc  |   2 -
 .../pages/analytics-expression-sources.adoc        |   2 +
 .../pages/analytics-mapping-functions.adoc         |   2 +
 .../pages/analytics-reduction-functions.adoc       |   2 +
 .../modules/query-guide/pages/analytics.adoc       |   2 +
 .../pages/major-changes-in-solr-9.adoc             |   6 +
 .../client/solrj/io/graph/ShortestPathStream.java  |   1 +
 .../solr/client/solrj/impl/Http2SolrClient.java    |  41 ++-
 .../apache/solr/common/params/CoreAdminParams.java |   3 +
 .../client/solrj/impl/Http2SolrClientTest.java     |  26 +-
 solr/webapp/web/css/angular/collections.css        |   6 +
 solr/webapp/web/partials/collections.html          |  19 +-
 versions.lock                                      |  47 ++--
 versions.props                                     |   8 +-
 81 files changed, 1303 insertions(+), 481 deletions(-)


[solr] 03/06: Merge branch 'apache:main' into SOLR-16653-shardsplit

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 08034f3c8fcd654cc57bf9cca385b3315fc7009e
Merge: 23782c2dafa 32e6df22547
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Wed Mar 1 14:07:09 2023 +1100

    Merge branch 'apache:main' into SOLR-16653-shardsplit

 solr/CHANGES.txt                                   |   3 +
 .../core/src/java/org/apache/solr/cloud/ZkCLI.java |  80 +++++++++++--
 .../apache/solr/handler/MoreLikeThisHandler.java   |  93 ++++++---------
 .../handler/component/MoreLikeThisComponent.java   | 126 +++++++++++++--------
 .../src/test/org/apache/solr/cloud/ZkCLITest.java  | 108 ++++++++++++++++++
 .../component/DistributedMLTComponentTest.java     |  28 ++++-
 solr/licenses/httpclient-4.5.13.jar.sha1           |   1 -
 solr/licenses/httpclient-4.5.14.jar.sha1           |   1 +
 solr/licenses/httpcore-4.4.15.jar.sha1             |   1 -
 solr/licenses/httpcore-4.4.16.jar.sha1             |   1 +
 solr/licenses/httpmime-4.5.13.jar.sha1             |   1 -
 solr/licenses/httpmime-4.5.14.jar.sha1             |   1 +
 solr/licenses/jackson-annotations-2.14.1.jar.sha1  |   1 -
 solr/licenses/jackson-annotations-2.14.2.jar.sha1  |   1 +
 solr/licenses/jackson-core-2.14.1.jar.sha1         |   1 -
 solr/licenses/jackson-core-2.14.2.jar.sha1         |   1 +
 solr/licenses/jackson-databind-2.14.1.jar.sha1     |   1 -
 solr/licenses/jackson-databind-2.14.2.jar.sha1     |   1 +
 .../jackson-dataformat-cbor-2.14.1.jar.sha1        |   1 -
 .../jackson-dataformat-cbor-2.14.2.jar.sha1        |   1 +
 .../jackson-dataformat-smile-2.14.1.jar.sha1       |   1 -
 .../jackson-dataformat-smile-2.14.2.jar.sha1       |   1 +
 .../jackson-dataformat-xml-2.14.1.jar.sha1         |   1 -
 .../jackson-dataformat-xml-2.14.2.jar.sha1         |   1 +
 .../licenses/jackson-datatype-jdk8-2.14.1.jar.sha1 |   1 -
 .../licenses/jackson-datatype-jdk8-2.14.2.jar.sha1 |   1 +
 .../jackson-datatype-jsr310-2.14.1.jar.sha1        |   1 -
 .../jackson-datatype-jsr310-2.14.2.jar.sha1        |   1 +
 solr/licenses/jackson-jq-0.0.13.jar.sha1           |   1 +
 solr/licenses/jackson-jq-0.0.8.jar.sha1            |   1 -
 ...jackson-module-jaxb-annotations-2.14.1.jar.sha1 |   1 -
 ...jackson-module-jaxb-annotations-2.14.2.jar.sha1 |   1 +
 .../licenses/jackson-module-kotlin-2.14.1.jar.sha1 |   1 -
 .../licenses/jackson-module-kotlin-2.14.2.jar.sha1 |   1 +
 .../jackson-module-parameter-names-2.14.1.jar.sha1 |   1 -
 .../jackson-module-parameter-names-2.14.2.jar.sha1 |   1 +
 solr/licenses/joda-time-2.12.2.jar.sha1            |   1 +
 solr/licenses/joda-time-2.9.9.jar.sha1             |   1 -
 solr/licenses/netty-buffer-4.1.87.Final.jar.sha1   |   1 -
 solr/licenses/netty-buffer-4.1.89.Final.jar.sha1   |   1 +
 solr/licenses/netty-codec-4.1.87.Final.jar.sha1    |   1 -
 solr/licenses/netty-codec-4.1.89.Final.jar.sha1    |   1 +
 .../netty-codec-http-4.1.87.Final.jar.sha1         |   1 -
 .../netty-codec-http-4.1.89.Final.jar.sha1         |   1 +
 .../netty-codec-http2-4.1.87.Final.jar.sha1        |   1 -
 .../netty-codec-http2-4.1.89.Final.jar.sha1        |   1 +
 .../netty-codec-socks-4.1.87.Final.jar.sha1        |   1 -
 .../netty-codec-socks-4.1.89.Final.jar.sha1        |   1 +
 solr/licenses/netty-common-4.1.87.Final.jar.sha1   |   1 -
 solr/licenses/netty-common-4.1.89.Final.jar.sha1   |   1 +
 solr/licenses/netty-handler-4.1.87.Final.jar.sha1  |   1 -
 solr/licenses/netty-handler-4.1.89.Final.jar.sha1  |   1 +
 .../netty-handler-proxy-4.1.87.Final.jar.sha1      |   1 -
 .../netty-handler-proxy-4.1.89.Final.jar.sha1      |   1 +
 solr/licenses/netty-resolver-4.1.87.Final.jar.sha1 |   1 -
 solr/licenses/netty-resolver-4.1.89.Final.jar.sha1 |   1 +
 .../licenses/netty-transport-4.1.87.Final.jar.sha1 |   1 -
 .../licenses/netty-transport-4.1.89.Final.jar.sha1 |   1 +
 ...y-transport-classes-epoll-4.1.87.Final.jar.sha1 |   1 -
 ...y-transport-classes-epoll-4.1.89.Final.jar.sha1 |   1 +
 ...ty-transport-native-epoll-4.1.87.Final.jar.sha1 |   1 -
 ...ty-transport-native-epoll-4.1.89.Final.jar.sha1 |   1 +
 ...nsport-native-unix-common-4.1.87.Final.jar.sha1 |   1 -
 ...nsport-native-unix-common-4.1.89.Final.jar.sha1 |   1 +
 solr/licenses/woodstox-core-6.4.0.jar.sha1         |   1 -
 solr/licenses/woodstox-core-6.5.0.jar.sha1         |   1 +
 solr/server/scripts/cloud-scripts/zkcli.sh         |   4 +-
 versions.lock                                      |  62 +++++-----
 versions.props                                     |  14 +--
 69 files changed, 391 insertions(+), 187 deletions(-)


[solr] 06/06: Merge branch 'apache:main' into SOLR-16653-shardsplit

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8d8f223ae843a3b244d16e1a4d66b8eb4b8a62d9
Merge: 2da6c85ec86 ae40168ac33
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Mon Mar 6 16:01:11 2023 +1100

    Merge branch 'apache:main' into SOLR-16653-shardsplit



[solr] 04/06: Merge branch 'apache:main' into SOLR-16653-shardsplit

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b44b145379de8c56a23410c920df9faa266cb5ee
Merge: 08034f3c8fc 1222e9b72e8
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Mon Mar 6 13:32:06 2023 +1100

    Merge branch 'apache:main' into SOLR-16653-shardsplit

 .github/renovate.json                              |  13 +-
 .gitignore                                         |   9 +-
 gradle/documentation/render-javadoc.gradle         |   1 +
 gradle/ide/eclipse.gradle                          |   2 +
 gradle/validation/rat-sources.gradle               |   3 +
 gradle/validation/validate-source-patterns.gradle  |   1 +
 solr/CHANGES.txt                                   |  24 +-
 .../apache/solr/bench/lifecycle/SolrStartup.java   | 120 ++++++++++
 .../apache/solr/bench/lifecycle}/package-info.java |   4 +-
 .../src/resources/configs/minimal/conf/schema.xml  |  21 ++
 .../resources/configs/minimal/conf/solrconfig.xml  |  47 ++++
 solr/benchmark/src/resources/solr.xml              |  50 ++++
 ...istributedCollectionConfigSetCommandRunner.java |  12 +-
 .../solr/cloud/api/collections/SplitShardCmd.java  | 146 ++++--------
 .../java/org/apache/solr/core/CoreContainer.java   |  13 +-
 .../solr/handler/admin/CollectionsHandler.java     | 194 ++--------------
 .../solr/handler/admin/RebalanceLeaders.java       |  90 +-------
 .../solr/handler/admin/ZookeeperReadAPI.java       | 251 ++++++++++++++-------
 .../solr/handler/component/SearchHandler.java      |  20 +-
 .../apache/solr/jersey/ExperimentalResponse.java}  |  15 +-
 .../org/apache/solr/jersey/JerseyApplications.java |   1 +
 .../org/apache/solr/jersey/MessageBodyWriters.java |  15 ++
 .../apache/solr/response/RawResponseWriter.java    |  25 +-
 .../apache/solr/security/AuthorizationUtils.java   |   6 +-
 .../test/org/apache/solr/cloud/SplitShardTest.java | 210 ++++-------------
 .../solr/cloud/api/collections/ShardSplitTest.java |  13 +-
 .../solr/handler/admin/TestCollectionAPIs.java     |  15 +-
 .../solr/handler/admin/ZookeeperReadAPITest.java   | 112 +++++++--
 .../solr/metrics/SolrMetricsIntegrationTest.java   |   4 +-
 solr/licenses/api-common-2.2.2.jar.sha1            |   1 -
 solr/licenses/api-common-2.6.1.jar.sha1            |   1 +
 solr/licenses/argparse4j-0.8.1.jar.sha1            |   1 -
 solr/licenses/argparse4j-0.9.0.jar.sha1            |   1 +
 solr/licenses/auto-value-1.10.1.jar.sha1           |   1 +
 ...-LICENSE-ASL.txt => auto-value-LICENSE-ASL.txt} |   1 +
 solr/licenses/auto-value-NOTICE.txt                |   0
 solr/licenses/avatica-core-1.22.0.jar.sha1         |   1 -
 solr/licenses/avatica-core-1.23.0.jar.sha1         |   1 +
 solr/licenses/avatica-metrics-1.22.0.jar.sha1      |   1 -
 solr/licenses/avatica-metrics-1.23.0.jar.sha1      |   1 +
 .../biz.aQute.bnd.annotation-6.3.1.jar.sha1        |   1 -
 .../biz.aQute.bnd.annotation-6.4.0.jar.sha1        |   1 +
 solr/licenses/calcite-core-1.32.0.jar.sha1         |   1 -
 solr/licenses/calcite-core-1.33.0.jar.sha1         |   1 +
 solr/licenses/calcite-linq4j-1.32.0.jar.sha1       |   1 -
 solr/licenses/calcite-linq4j-1.33.0.jar.sha1       |   1 +
 solr/licenses/commons-compress-1.21.jar.sha1       |   1 -
 solr/licenses/commons-compress-1.22.jar.sha1       |   1 +
 solr/licenses/dd-plist-1.23.jar.sha1               |   1 -
 solr/licenses/dd-plist-1.24.jar.sha1               |   1 +
 solr/licenses/disruptor-3.4.2.jar.sha1             |   1 -
 solr/licenses/disruptor-3.4.4.jar.sha1             |   1 +
 ...c-google-cloud-storage-v2-2.16.0-alpha.jar.sha1 |   1 -
 ...c-google-cloud-storage-v2-2.19.0-alpha.jar.sha1 |   1 +
 solr/licenses/gax-2.20.1.jar.sha1                  |   1 -
 solr/licenses/gax-2.23.1.jar.sha1                  |   1 +
 solr/licenses/gax-grpc-2.20.1.jar.sha1             |   1 -
 solr/licenses/gax-grpc-2.23.1.jar.sha1             |   1 +
 solr/licenses/gax-httpjson-0.105.1.jar.sha1        |   1 -
 solr/licenses/gax-httpjson-0.108.1.jar.sha1        |   1 +
 solr/licenses/google-api-client-2.1.1.jar.sha1     |   1 -
 solr/licenses/google-api-client-2.2.0.jar.sha1     |   1 +
 ...google-auth-library-credentials-1.13.0.jar.sha1 |   1 -
 ...google-auth-library-credentials-1.16.0.jar.sha1 |   1 +
 ...google-auth-library-oauth2-http-1.13.0.jar.sha1 |   1 -
 ...google-auth-library-oauth2-http-1.16.0.jar.sha1 |   1 +
 solr/licenses/google-cloud-core-2.11.0.jar.sha1    |   1 +
 solr/licenses/google-cloud-core-2.9.0.jar.sha1     |   1 -
 .../google-cloud-core-grpc-2.11.0.jar.sha1         |   1 +
 .../licenses/google-cloud-core-grpc-2.9.0.jar.sha1 |   1 -
 .../google-cloud-core-http-2.11.0.jar.sha1         |   1 +
 .../licenses/google-cloud-core-http-2.9.0.jar.sha1 |   1 -
 solr/licenses/google-cloud-nio-0.126.0.jar.sha1    |   1 -
 solr/licenses/google-cloud-nio-0.126.6.jar.sha1    |   1 +
 solr/licenses/google-cloud-storage-2.16.0.jar.sha1 |   1 -
 solr/licenses/google-cloud-storage-2.19.0.jar.sha1 |   1 +
 solr/licenses/grpc-alts-1.51.0.jar.sha1            |   1 -
 solr/licenses/grpc-alts-1.53.0.jar.sha1            |   1 +
 solr/licenses/grpc-api-1.51.0.jar.sha1             |   1 -
 solr/licenses/grpc-api-1.53.0.jar.sha1             |   1 +
 solr/licenses/grpc-auth-1.51.0.jar.sha1            |   1 -
 solr/licenses/grpc-auth-1.53.0.jar.sha1            |   1 +
 solr/licenses/grpc-context-1.51.0.jar.sha1         |   1 -
 solr/licenses/grpc-context-1.53.0.jar.sha1         |   1 +
 solr/licenses/grpc-core-1.51.0.jar.sha1            |   1 -
 solr/licenses/grpc-core-1.53.0.jar.sha1            |   1 +
 ...c-google-cloud-storage-v2-2.16.0-alpha.jar.sha1 |   1 -
 ...c-google-cloud-storage-v2-2.19.0-alpha.jar.sha1 |   1 +
 solr/licenses/grpc-google-iam-v1-1.6.22.jar.sha1   |   1 -
 solr/licenses/grpc-googleapis-1.51.0.jar.sha1      |   1 -
 solr/licenses/grpc-googleapis-1.53.0.jar.sha1      |   1 +
 solr/licenses/grpc-grpclb-1.51.0.jar.sha1          |   1 -
 solr/licenses/grpc-grpclb-1.53.0.jar.sha1          |   1 +
 solr/licenses/grpc-netty-1.51.0.jar.sha1           |   1 -
 solr/licenses/grpc-netty-1.53.0.jar.sha1           |   1 +
 solr/licenses/grpc-netty-shaded-1.51.0.jar.sha1    |   1 -
 solr/licenses/grpc-netty-shaded-1.53.0.jar.sha1    |   1 +
 solr/licenses/grpc-protobuf-1.51.0.jar.sha1        |   1 -
 solr/licenses/grpc-protobuf-1.53.0.jar.sha1        |   1 +
 solr/licenses/grpc-protobuf-lite-1.51.0.jar.sha1   |   1 -
 solr/licenses/grpc-protobuf-lite-1.53.0.jar.sha1   |   1 +
 solr/licenses/grpc-services-1.51.0.jar.sha1        |   1 -
 solr/licenses/grpc-services-1.53.0.jar.sha1        |   1 +
 solr/licenses/grpc-stub-1.51.0.jar.sha1            |   1 -
 solr/licenses/grpc-stub-1.53.0.jar.sha1            |   1 +
 solr/licenses/grpc-xds-1.51.0.jar.sha1             |   1 -
 solr/licenses/grpc-xds-1.53.0.jar.sha1             |   1 +
 solr/licenses/gson-2.10.1.jar.sha1                 |   1 +
 solr/licenses/gson-2.10.jar.sha1                   |   1 -
 solr/licenses/jackcess-4.0.1.jar.sha1              |   1 -
 solr/licenses/jackcess-4.0.2.jar.sha1              |   1 +
 solr/licenses/jcl-over-slf4j-2.0.5.jar.sha1        |   1 -
 solr/licenses/jcl-over-slf4j-2.0.6.jar.sha1        |   1 +
 solr/licenses/jctools-core-3.3.0.jar.sha1          |   1 -
 solr/licenses/jctools-core-4.0.1.jar.sha1          |   1 +
 solr/licenses/jmh-core-1.32.jar.sha1               |   1 -
 solr/licenses/jmh-core-1.36.jar.sha1               |   1 +
 solr/licenses/jna-5.11.0.jar.sha1                  |   1 -
 solr/licenses/jna-5.12.1.jar.sha1                  |   1 +
 solr/licenses/jopt-simple-4.6.jar.sha1             |   1 -
 solr/licenses/jopt-simple-5.0.4.jar.sha1           |   1 +
 solr/licenses/jose4j-0.7.9.jar.sha1                |   1 -
 solr/licenses/jose4j-0.9.3.jar.sha1                |   1 +
 solr/licenses/jul-to-slf4j-2.0.5.jar.sha1          |   1 -
 solr/licenses/jul-to-slf4j-2.0.6.jar.sha1          |   1 +
 solr/licenses/junrar-7.5.2.jar.sha1                |   1 -
 solr/licenses/junrar-7.5.3.jar.sha1                |   1 +
 solr/licenses/log4j-1.2-api-2.19.0.jar.sha1        |   1 -
 solr/licenses/log4j-1.2-api-2.20.0.jar.sha1        |   1 +
 solr/licenses/log4j-api-2.19.0.jar.sha1            |   1 -
 solr/licenses/log4j-api-2.20.0.jar.sha1            |   1 +
 solr/licenses/log4j-core-2.19.0.jar.sha1           |   1 -
 solr/licenses/log4j-core-2.20.0.jar.sha1           |   1 +
 .../log4j-layout-template-json-2.19.0.jar.sha1     |   1 -
 .../log4j-layout-template-json-2.20.0.jar.sha1     |   1 +
 solr/licenses/log4j-slf4j2-impl-2.19.0.jar.sha1    |   1 -
 solr/licenses/log4j-slf4j2-impl-2.20.0.jar.sha1    |   1 +
 solr/licenses/log4j-web-2.19.0.jar.sha1            |   1 -
 solr/licenses/log4j-web-2.20.0.jar.sha1            |   1 +
 solr/licenses/metrics-annotation-4.2.17.jar.sha1   |   1 +
 ...-ASL.txt => metrics-annotation-LICENSE-ASL.txt} |   3 +-
 solr/licenses/metrics-annotation-NOTICE.txt        |  11 +
 solr/licenses/metrics-core-4.2.12.jar.sha1         |   1 -
 solr/licenses/metrics-core-4.2.17.jar.sha1         |   1 +
 solr/licenses/metrics-graphite-4.2.12.jar.sha1     |   1 -
 solr/licenses/metrics-graphite-4.2.17.jar.sha1     |   1 +
 solr/licenses/metrics-jetty10-4.2.12.jar.sha1      |   1 -
 solr/licenses/metrics-jetty10-4.2.17.jar.sha1      |   1 +
 solr/licenses/metrics-jmx-4.2.12.jar.sha1          |   1 -
 solr/licenses/metrics-jmx-4.2.17.jar.sha1          |   1 +
 solr/licenses/metrics-jvm-4.2.12.jar.sha1          |   1 -
 solr/licenses/metrics-jvm-4.2.17.jar.sha1          |   1 +
 solr/licenses/netty-tcnative-2.0.48.Final.jar.sha1 |   1 -
 solr/licenses/netty-tcnative-NOTICE.txt            |  51 -----
 .../netty-tcnative-classes-2.0.48.Final.jar.sha1   |   1 -
 solr/licenses/proj4j-1.1.5.jar.sha1                |   1 -
 solr/licenses/proj4j-1.2.2.jar.sha1                |   1 +
 ...o-google-cloud-storage-v2-2.16.0-alpha.jar.sha1 |   1 -
 ...o-google-cloud-storage-v2-2.19.0-alpha.jar.sha1 |   1 +
 .../proto-google-common-protos-2.11.0.jar.sha1     |   1 -
 .../proto-google-common-protos-2.14.1.jar.sha1     |   1 +
 solr/licenses/proto-google-iam-v1-1.6.22.jar.sha1  |   1 -
 solr/licenses/proto-google-iam-v1-1.9.1.jar.sha1   |   1 +
 solr/licenses/protobuf-java-3.21.10.jar.sha1       |   1 -
 solr/licenses/protobuf-java-3.21.12.jar.sha1       |   1 +
 solr/licenses/protobuf-java-util-3.21.10.jar.sha1  |   1 -
 solr/licenses/protobuf-java-util-3.21.12.jar.sha1  |   1 +
 solr/licenses/re2j-1.6.jar.sha1                    |   1 -
 solr/licenses/re2j-1.7.jar.sha1                    |   1 +
 solr/licenses/semver4j-2.2.0.jar.sha1              |   1 -
 solr/licenses/semver4j-4.2.1.jar.sha1              |   1 +
 solr/licenses/simpleclient-0.16.0.jar.sha1         |   1 +
 solr/licenses/simpleclient-0.2.0.jar.sha1          |   1 -
 solr/licenses/simpleclient_common-0.16.0.jar.sha1  |   1 +
 solr/licenses/simpleclient_common-0.2.0.jar.sha1   |   1 -
 .../simpleclient_httpserver-0.16.0.jar.sha1        |   1 +
 .../simpleclient_httpserver-0.2.0.jar.sha1         |   1 -
 solr/licenses/slf4j-api-2.0.5.jar.sha1             |   1 -
 solr/licenses/slf4j-api-2.0.6.jar.sha1             |   1 +
 solr/licenses/snappy-java-1.1.8.2.jar.sha1         |   1 -
 solr/licenses/snappy-java-1.1.9.1.jar.sha1         |   1 +
 solr/licenses/threetenbp-1.6.4.jar.sha1            |   1 -
 solr/licenses/threetenbp-1.6.5.jar.sha1            |   1 +
 solr/licenses/tika-core-1.28.4.jar.sha1            |   1 -
 solr/licenses/tika-core-1.28.5.jar.sha1            |   1 +
 solr/licenses/tika-parsers-1.28.4.jar.sha1         |   1 -
 solr/licenses/tika-parsers-1.28.5.jar.sha1         |   1 +
 solr/licenses/value-annotations-2.9.2.jar.sha1     |   1 -
 solr/licenses/value-annotations-2.9.3.jar.sha1     |   1 +
 solr/licenses/zookeeper-3.8.0-tests.jar.sha1       |   1 -
 solr/licenses/zookeeper-3.8.0.jar.sha1             |   1 -
 solr/licenses/zookeeper-3.8.1-tests.jar.sha1       |   1 +
 solr/licenses/zookeeper-3.8.1.jar.sha1             |   1 +
 solr/licenses/zookeeper-jute-3.8.0.jar.sha1        |   1 -
 solr/licenses/zookeeper-jute-3.8.1.jar.sha1        |   1 +
 solr/modules/analysis-extras/build.gradle          |   1 +
 ...sTest.java => HadoopSSLConfigurationsTest.java} |   2 +-
 .../apache/solr/security/jwt/api/package-info.java |  19 --
 solr/modules/langid/build.gradle                   |   1 +
 .../opentelemetry/OtelTracerConfiguratorTest.java  |   2 +-
 solr/prometheus-exporter/build.gradle              |  12 +-
 .../exporter/SolrExporterIntegrationTest.java      |   4 +-
 .../deployment-guide/pages/shard-management.adoc   |  12 -
 .../solrj/request/CollectionAdminRequest.java      |  11 +-
 .../solr/common/params/CommonAdminParams.java      |   6 -
 .../apache/solr/client/solrj/SolrExampleTests.java |  74 ++++++
 .../apache/solr/cloud/MiniSolrCloudCluster.java    |  33 +--
 versions.lock                                      | 223 +++++++++---------
 versions.props                                     |  48 ++--
 209 files changed, 1088 insertions(+), 1024 deletions(-)


[solr] 01/06: Revert "CHANGES.txt"

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8371921011357daa39c026b9cc355da8b63172ce
Author: Noble Paul <no...@gmail.com>
AuthorDate: Tue Feb 28 16:09:24 2023 +1100

    Revert "CHANGES.txt"
    
    This reverts commit 0c58d8254d91838750ed2075d05cdcd763f3ed3b.
    
    reverting changes to sync with master
---
 solr/CHANGES.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ee5e0737055..a879006bd0c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -213,8 +213,6 @@ Bug Fixes
 
 * SOLR-9698: Fix start/stop wait time and RMI_PORT on Windows (Colvin Cowie)
 
-SOLR-16653: Shard split on PRS collections with NRT + PULL replicas lead to down replicas (Hitesh Khamesra via noble)
-
 Build
 ---------------------
 * Upgrade forbiddenapis to 3.4 (Uwe Schindler)