mlbiscoc opened a new pull request, #4237: URL: https://github.com/apache/solr/pull/4237
https://issues.apache.org/jira/browse/SOLR-18176 HttpShardHandler was bottlenecking in throughput due to `CloudReplicaSource` recalling for ZooKeeper collection state with every `distrib` request due to the missing `allowCache=true` parameter. This resulted in large CPU utilization in ZooKeeper and the `synchronized` call blocking QTP threads waiting for zookeeper response. See JIRA above for more detailed information. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
