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

Harsh Prasad edited comment on SOLR-6699 at 11/4/14 5:15 AM:
-------------------------------------------------------------

I will be uploading a fresh patch soon. The changes mismatched the trunk 
version.
Regarding the numbers, I will be run benchmark using solrmeter on wikipedia 
dataset. Will upload them as soon as they are over. 

Regarding SPDY's usage, I understand that the web pages are the one that 
benefit from it mostly, but in Solr, during distributed search, the delay is 
mostly because of the inter shard communication. If SPDY can help reduce those 
latencies then it might be helpful. Other than that, for people using Http 
Client to communicate with solr can use the Jetty http client to benefit from 
SPDY optimisations.


was (Author: hprasad):
I will be uploading a fresh patch soon. The changes mismatched the trunk 
version.


> 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 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 message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to