[ https://issues.apache.org/jira/browse/SOLR-17286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18015278#comment-18015278 ]
ASF subversion and git services commented on SOLR-17286: -------------------------------------------------------- Commit 31570101be82d52ce93daebcd2fb2af1aa794d28 in solr's branch refs/heads/branch_9x from David Smiley [ https://gitbox.apache.org/repos/asf?p=solr.git;h=31570101be8 ] SOLR-17286: Remote Proxy via Jetty HttpClient (#3447) No longer Apache HttpClient. * benchmark module: ** Docs: use ExecutorUtil.shutdownAndAwaitTermination ** MiniClusterBenchStateTest: do cleanup in @After (cherry picked from commit f94d30c611c336b631dbb5442b476adb3661c5ca) > HttpSolrCall.remoteQuery (proxy) should use Jetty HttpClient > ------------------------------------------------------------ > > Key: SOLR-17286 > URL: https://issues.apache.org/jira/browse/SOLR-17286 > Project: Solr > Issue Type: Sub-task > Reporter: David Smiley > Assignee: David Smiley > Priority: Major > Labels: pull-request-available > Time Spent: 1h 10m > Remaining Estimate: 0h > > There is Apache HttpClient usage in HttpSolrCall to do a "remote query". It > should switch to Jetty HttpClient. > Looking at the code details, I don't think > org.apache.solr.servlet.CoreContainerProvider#httpClient (the field and > getter here) needs to exist. It's just a reference but it can be looked up > on-demand from the CoreContainer with less ceremony. -- 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