Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Much of Solr's remaining uses of Apache HttpClient (HTTP 1) is due to org.apache.solr.update.UpdateShardHandler#getDefaultHttpClient which underlies most Solr-to-Solr connectivity. This also underlies the CoreContainer.getSolrClientCache. Lets switch to Jetty (HTTP 2).
In SolrClientCache in particular:
Switch use of CloudLegacySolrClient.Builder to CloudSolrClient.Builder
Switch use of HttpSolrClient.Builder to Http2SolrClient.Builder
Undeprecate all the methods here. They should not have been deprecated in the first place.
The constructor: switch from Apache HttpClient to a Jetty HttpClient.
Attachments
Attachments
Issue Links
- is required by
-
SOLR-17286 HttpSolrCall.remoteQuery (proxy) should use Jetty HttpClient
- Open
- requires
-
SOLR-17538 CloudHttp2SolrClient needs a custom ClusterStateProvider option
- Open
- links to