Issue while executing in ssl mode for solrcloud "Error trying to proxy request for url:"

2016-11-19 Thread Devanshi Choudhary
Hi Team, I am facing an issue while selecting from solrcloud Node , can you let me know the reason and resolution for the same NOTE: I have create a custom authentication and authorization plugin , This works fine when SSL is not enabled. This occurs when ssl is enabled along with external zookee

Re: CloudSolrClient$RouteException: Cannot talk to ZooKeeper - Updates are disabled.

2016-11-19 Thread Erick Erickson
Returning 500K rows is, as Shawn says, not Solr's sweet spot. My guess: All the work you're doing trying to return that many rows, particularly in SolrCloud mode is simply overloading your system to the point that the ZK connection times out. Don't do that. If you need that many rows, either Shawn