[
https://issues.apache.org/jira/browse/SOLR-17893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-17893:
----------------------------------
Fix Version/s: 9.10
> 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
> Fix For: 9.10
>
> 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: [email protected]
For additional commands, e-mail: [email protected]