This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push: new 7716dc95598 CHANGES.txt: SOLR-17592 and SOLR-17290 7716dc95598 is described below commit 7716dc95598b1b112f7c254448bcacafe80e3dcc Author: David Smiley <dsmi...@salesforce.com> AuthorDate: Thu Dec 12 22:46:35 2024 -0500 CHANGES.txt: SOLR-17592 and SOLR-17290 (cherry picked from commit 864c5e4c0f7258b033ee94f8d03b3f07f40c32ac) --- solr/CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1c2d7adc4de..8fc6eff4bc0 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -104,7 +104,8 @@ Optimizations * SOLR-17441: Improve system metrics collection by skipping unreadable MXBean properties, making /admin/info/system calls faster (Haythem Khiri) -* SOLR-16503: Switched from HTTP1 to HTTP2 in SolrClientCloudManager by replacing CloudLegacySolrClient with CloudHttp2SolrClient. (Sanjay Dutt, David Smiley) +* SOLR-17592: Switched from HTTP1 to HTTP2 in SolrCloudManager via HttpClient change from Apache to Jetty. + (Sanjay Dutt, David Smiley) * SOLR-17453: Leverage waitForState() instead of busy waiting in CREATE, MIGRATE, REINDEXCOLLECTION, MOVEREPLICA commands, and in some tests. (Pierre Salagnac) @@ -339,7 +340,7 @@ Other Changes * GITHUB#2454: Refactor preparePutOrPost method in HttpJdkSolrClient (Andy Webb) -* SOLR-16503: Use Jetty HTTP2 for SyncStrategy and PeerSyncWithLeader for "recovery" operations (Sanjay Dutt, David Smiley) +* SOLR-17290: Use Jetty HTTP2 for SyncStrategy and PeerSyncWithLeader for "recovery" operations (Sanjay Dutt, David Smiley) * SOLR-16796: Include cyclonedx SBOMs with maven artifacts (Arnout Engelen, Houston Putman, Kevin Risden)