Re: CloudSolrClient stuck in a loop with a recurring exception

2017-02-22 Thread Chetas Joshi
Yes, it is scala. And yes, I just wanted to confirm that I had to add exception handling and break out of the loop. Chetas. On Wed, Feb 22, 2017 at 4:25 PM, Shawn Heisey wrote: > On 2/22/2017 4:59 PM, Chetas Joshi wrote: > > 2017-02-22 15:27:06,994 ERROR o.a.s.c.solrj.impl.CloudSolrClient ~ > R

Re: CloudSolrClient stuck in a loop with a recurring exception

2017-02-22 Thread Shawn Heisey
On 2/22/2017 4:59 PM, Chetas Joshi wrote: > 2017-02-22 15:27:06,994 ERROR o.a.s.c.solrj.impl.CloudSolrClient ~ Request > to collection xx failed due to (510) org.apache.solr.common. > SolrException: Could not find a healthy node to handle the request., retry? > > Here is my code snippet. I go t