[
https://issues.apache.org/jira/browse/SOLR-6699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347138#comment-14347138
]
Shawn Heisey commented on SOLR-6699:
------------------------------------
I do wish that HTTP/2 support (or even SPDY support) was coming soon in
HttpClient, but it's not. Without that, SolrJ and SolrCloud will not see any
benefit from the new protocol ... so enabling it in the servlet container
doesn't really help us.
The number of people doing work on the HttpComponents project at Apache is very
small ... with most work being done by one person. I've read the draft RFC for
HTTP/2 ... implementing it in *any* client or server framework is going to
require a *lot* of development and debugging effort, and none of that work has
begun yet on HttpClient.
> To enable SPDY in a SolrCloud setup
> -----------------------------------
>
> Key: SOLR-6699
> URL: https://issues.apache.org/jira/browse/SOLR-6699
> Project: Solr
> Issue Type: Improvement
> Reporter: Harsh Prasad
> Attachments: SOLR-6699.patch, SOLR-6699.patch
>
>
> Solr has lot of inter node communication happening during distributed
> searching or indexing. Benefits of SPDY is as follows:
> -Multiple requests can be sent in parallel (multiplexing) and responses can
> be received out of order.
> -Headers are compressed and optimized.
> This implementation will be using clear-text spdy and not the usual TLS layer
> spdy.
> This patch is contributed by Yahoo! Japan.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]