[ https://issues.apache.org/jira/browse/SOLR-16503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17945728#comment-17945728 ]
ASF subversion and git services commented on SOLR-16503: -------------------------------------------------------- Commit 2dbc0d21177fbcd3c7d51261b8077a5f9811502e in solr's branch refs/heads/add-pki-caching from Jason Gerlowski [ https://gitbox.apache.org/repos/asf?p=solr.git;h=2dbc0d21177 ] Replace 'raw' client usage in PKIAuthPlugin (#107) Using a Http2SolrClient ensures that the PKI logic can take advantage of the certificate-refresh logic that Http2SolrClient et al have supported since SOLR-16743. (This commit anticipates some changes that the upstream community is currently working on, but that haven't yet landed in their final form on branch_9x. At time of writing, it looks exceedingly likely that these changes will be available in Solr 9.8, and so this commit will not need brought forward to any release branches other than 9.7. This assumption can be validated by checking the latest status of SOLR-16503 where this upstream work is happening.) Co-authored-by: Jason Gerlowski <gerlowsk...@apache.org> > Switch UpdateShardHandler.getDefaultHttpClient to Jetty HTTP2 > ------------------------------------------------------------- > > Key: SOLR-16503 > URL: https://issues.apache.org/jira/browse/SOLR-16503 > Project: Solr > Issue Type: Sub-task > Reporter: David Smiley > Priority: Major > Labels: pull-request-available > Attachments: Screenshot 2024-03-16 at 9.14.36 PM.png > > Time Spent: 13h 20m > Remaining Estimate: 0h > > 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. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org