This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a commit to branch branch_9_8
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_8 by this push:
new 920928b39d5 CHANGES.txt: SOLR-17592 and SOLR-17290
920928b39d5 is described below
commit 920928b39d572b864e679eda428786f66e1360e5
Author: David Smiley <[email protected]>
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 3c3f281d78b..b6396873d36 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -79,7 +79,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)
@@ -324,7 +325,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)