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

Mark Miller commented on SOLR-13501:
------------------------------------

CUSC is intended to open a variety of connections and stream across them. With 
http2 we actually only want one connection. Http2SolrClient is already the 
dream. We want to use it to use a single connection per server, to do async 
requests (with built in queues and update / reordering / concurrency handling), 
and to have one client thats better than all the others (well 2, also 
CloudSolrClient).

> Use Http2SolrClient in DUP and remove ConcurrentUpdateHttp2SolrClient.
> ----------------------------------------------------------------------
>
>                 Key: SOLR-13501
>                 URL: https://issues.apache.org/jira/browse/SOLR-13501
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Major
>             Fix For: 8.2
>
>
> One of the great things about Http2SolrClient is that it removes the need for 
> the complicated and trappy ConcurrentUpdateSolrServer. The Jetty HttpClient 
> already has queues and handles all of this stuff better than we do.
> DUP should be using async and Http2SolrClient and now properly handling 
> errors and such for the first time, unless I am missing something ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to