[ 
https://issues.apache.org/jira/browse/SOLR-15002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303810#comment-17303810
 ] 

Robert Muir commented on SOLR-15002:
------------------------------------

I merged the lucene part (impacts the replicator/ module) via 
[https://github.com/apache/lucene/pull/14]

stretch-goal: going forwards for the lucene replicator/, I'd like to 
investigate use of the java 11 {{java.net.http}} client: 
https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/package-summary.html
 for this module. I've used it in production at dayjob and reported corner-case 
bugs against it which openjdk fixed. It's solid and at a lower-level for what 
lucene replicator needs (e.g. not high QPS server but exact control of 
transmitting large segment files)

Same goes with the jetty dependency (vs using built in java's http/https server 
capability), I'd also like to investigate that as well to see if we can remove 
it.

This way lucene doesn't have dependencies that could potentially cause trouble 
for solr or anyone else.



> Upgrade HttpClient to 4.5.13
> ----------------------------
>
>                 Key: SOLR-15002
>                 URL: https://issues.apache.org/jira/browse/SOLR-15002
>             Project: Solr
>          Issue Type: Task
>            Reporter: Andras Salamon
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Upgrade HttpClient 4.5.13 and HttpCore 4.4.13



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to