RE: Could not load collection for SolrCloud

2016-06-26 Thread Roshan Kamble
explicitly call any API to avoid session timwout? From: Erick Erickson [erickerick...@gmail.com] Sent: Sunday, June 26, 2016 9:32 PM To: solr-user Subject: Re: Could not load collection for SolrCloud My guess is that you are hitting garbage collection issues

Re: Could not load collection for SolrCloud

2016-06-26 Thread Erick Erickson
My guess is that you are hitting garbage collection issues on those shards that are going into recovery. If a leader tries to contact a follower in a single shard and times out it effectively says "that one must be gone, let's put it into recovery". Look for LeaderInitiatedRecovery (don't remember

Could not load collection for SolrCloud

2016-06-25 Thread Roshan Kamble
Hello, I am using solr 6.0.0 in SolCloud mode with 3 nodes, one zookeeper and 3 shard and 2 replica per collection. Getting below error for some insert/update when trying to insert documents to Solr. And it has been observed that few shard are in either recovery or fail recovery state. (Atlea