This is an automated email from the ASF dual-hosted git repository. anshum pushed a commit to branch branch_10_0 in repository https://gitbox.apache.org/repos/asf/solr.git
commit 93f44b62ef30abe9387e20b8c0aa4f9e27df2ad0 Author: Jason Gerlowski <[email protected]> AuthorDate: Wed Jan 21 09:38:43 2026 -0500 Fix changelog inconsistencies following 9.10.1 release --- CHANGELOG.md | 7 +++++-- changelog/v10.0.0/version-summary.md | 1 - .../SOLR-17947-cloudsolrclient async state refresh.yml | 0 changelog/v9.10.1/release-date.txt | 2 +- changelog/v9.10.1/version-summary.md | 6 +++++- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029d61f3962..1ceca76616c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,6 @@ This file lists Solr's raw release notes with details of every change to Solr. M - Improve tracking of time already spent to discount the limit for sub-requests when `timeAllowed` is used. [SOLR-17926](https://issues.apache.org/jira/browse/SOLR-17926) (Andrzej Bialecki) (hossman) - MultiAuthPlugin now looks up for auth plugins configured with "xBasic" as scheme if "Basic" authentication used and no plugin with "Basic" scheme found. This allows the new UI to authenticate in browser without a credentials prompt being displayed. The MultiAuthPlugin can now also be configured with a single plugin. [SOLR-17930](https://issues.apache.org/jira/browse/SOLR-17930) - `Http2ClusterStateProvider` now also can work with `HttpJdkSolrClient`. [SOLR-17943](https://issues.apache.org/jira/browse/SOLR-17943) (James Dyer) -- CloudSolrClient now refreshes collection state asynchronously using a dedicated thread pool, reducing ZooKeeper blocking and improving performance under load. [SOLR-17947](https://issues.apache.org/jira/browse/SOLR-17947) (Mark Miller) - Return structured error information in responses, parse correctly in SolrJ to give useful SolrExceptions [SOLR-17998](https://issues.apache.org/jira/browse/SOLR-17998) [PR#1382](https://github.com/apache/solr/pull/1382) ([Houston Putman](https://home.apache.org/phonebook.html?uid=houston) @HoustonPutman) - PropertiesInputStream overrides bulk read method, and rename it to IndexInputInputStream to match symmetrical class IndexOutputOutputStream. [SOLR-18029](https://issues.apache.org/jira/browse/SOLR-18029) (Pierre Salagnac) - Migrated system properties solr.allowPaths and solr.allowUrls to modern equivalents. #17864 [SOLR-17864](https://issues.apache.org/jira/browse/SOLR-17864) (Eric Pugh) @@ -298,9 +297,13 @@ This file lists Solr's raw release notes with details of every change to Solr. M - Modernize Jetty xml files [SOLR-17770](https://issues.apache.org/jira/browse/SOLR-17770) ([Houston Putman](https://home.apache.org/phonebook.html?uid=houston) @HoustonPutman) -[9.10.1] - 2026-01-08 +[9.10.1] - 2026-01-20 --------------------- +### Changed (1 change) + +- CloudSolrClient now refreshes collection state asynchronously using a dedicated thread pool, reducing ZooKeeper blocking and improving performance under load. [SOLR-17947](https://issues.apache.org/jira/browse/SOLR-17947) (Mark Miller) + ### Fixed (5 changes) - When using SolrCell with TikaServer, the connection will no longer timeout after 30s idle, such as during OCR processing [PR#3926](https://github.com/apache/solr/pull/3926) ([Jan Høydahl](https://home.apache.org/phonebook.html?uid=janhoy)) diff --git a/changelog/v10.0.0/version-summary.md b/changelog/v10.0.0/version-summary.md index 2a9052af19f..fb70e00ee3a 100644 --- a/changelog/v10.0.0/version-summary.md +++ b/changelog/v10.0.0/version-summary.md @@ -59,7 +59,6 @@ - Improve tracking of time already spent to discount the limit for sub-requests when `timeAllowed` is used. [SOLR-17926](https://issues.apache.org/jira/browse/SOLR-17926) (Andrzej Bialecki) (hossman) - MultiAuthPlugin now looks up for auth plugins configured with "xBasic" as scheme if "Basic" authentication used and no plugin with "Basic" scheme found. This allows the new UI to authenticate in browser without a credentials prompt being displayed. The MultiAuthPlugin can now also be configured with a single plugin. [SOLR-17930](https://issues.apache.org/jira/browse/SOLR-17930) - `Http2ClusterStateProvider` now also can work with `HttpJdkSolrClient`. [SOLR-17943](https://issues.apache.org/jira/browse/SOLR-17943) (James Dyer) -- CloudSolrClient now refreshes collection state asynchronously using a dedicated thread pool, reducing ZooKeeper blocking and improving performance under load. [SOLR-17947](https://issues.apache.org/jira/browse/SOLR-17947) (Mark Miller) - Return structured error information in responses, parse correctly in SolrJ to give useful SolrExceptions [SOLR-17998](https://issues.apache.org/jira/browse/SOLR-17998) [PR#1382](https://github.com/apache/solr/pull/1382) ([Houston Putman](https://home.apache.org/phonebook.html?uid=houston) @HoustonPutman) - PropertiesInputStream overrides bulk read method, and rename it to IndexInputInputStream to match symmetrical class IndexOutputOutputStream. [SOLR-18029](https://issues.apache.org/jira/browse/SOLR-18029) (Pierre Salagnac) - Migrated system properties solr.allowPaths and solr.allowUrls to modern equivalents. #17864 [SOLR-17864](https://issues.apache.org/jira/browse/SOLR-17864) (Eric Pugh) diff --git a/changelog/v10.0.0/SOLR-17947-cloudsolrclient async state refresh.yml b/changelog/v9.10.1/SOLR-17947-cloudsolrclient async state refresh.yml similarity index 100% rename from changelog/v10.0.0/SOLR-17947-cloudsolrclient async state refresh.yml rename to changelog/v9.10.1/SOLR-17947-cloudsolrclient async state refresh.yml diff --git a/changelog/v9.10.1/release-date.txt b/changelog/v9.10.1/release-date.txt index 361e2da5120..c629d61e8f2 100644 --- a/changelog/v9.10.1/release-date.txt +++ b/changelog/v9.10.1/release-date.txt @@ -1 +1 @@ -2026-01-08 \ No newline at end of file +2026-01-20 diff --git a/changelog/v9.10.1/version-summary.md b/changelog/v9.10.1/version-summary.md index 17fed63fab2..2256eb7149f 100644 --- a/changelog/v9.10.1/version-summary.md +++ b/changelog/v9.10.1/version-summary.md @@ -7,9 +7,13 @@ <!-- !!! ⚠️ DO NOT MODIFY THIS FILE, YOUR CHANGES WILL BE LOST ⚠️ !!! --> -[9.10.1] - 2026-01-08 +[9.10.1] - 2026-01-20 --------------------- +### Changed (1 change) + +- CloudSolrClient now refreshes collection state asynchronously using a dedicated thread pool, reducing ZooKeeper blocking and improving performance under load. [SOLR-17947](https://issues.apache.org/jira/browse/SOLR-17947) (Mark Miller) + ### Fixed (5 changes) - When using SolrCell with TikaServer, the connection will no longer timeout after 30s idle, such as during OCR processing [PR#3926](https://github.com/apache/solr/pull/3926) ([Jan Høydahl](https://home.apache.org/phonebook.html?uid=janhoy))
