[ 
https://issues.apache.org/jira/browse/SOLR-17893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Houston Putman resolved SOLR-17893.
-----------------------------------
      Assignee: Houston Putman
    Resolution: Fixed

> Solr RemoteProxy does not scale when running at a high QPS
> ----------------------------------------------------------
>
>                 Key: SOLR-17893
>                 URL: https://issues.apache.org/jira/browse/SOLR-17893
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>            Reporter: Houston Putman
>            Assignee: Houston Putman
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When running at a high QPS, the Remote Proxy (previously Remote Query) code 
> in HttpSolrCall can slow down drastically. This is because two ZK calls are 
> made on every request in a synchronous block, because caching is not used 
> (And the caching logic in ZkStateReader has a bug). At QPS > 1k, these 
> synchronized ZK calls become very burdensome if not running in an embedded 
> mode.



--
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

Reply via email to