Re: No live SolrServers available to handle this request

2016-03-30 Thread Anil
Thanks Shawn and Elaine, Elaine, Yes all the documents of same route key resides on same shard. Shawn, I will try to capture the logs. Thanks. Regards, Anil On 25 March 2016 at 02:57, Elaine Cario wrote: > Anil, > > I've seen situations where if there was a problem with a specific query, >

Re: No live SolrServers available to handle this request

2016-03-24 Thread Elaine Cario
Anil, I've seen situations where if there was a problem with a specific query, and every shard responds with the same error, the actual exception gets hidden by a "No live SolrServers..." exception. We originally saw this with wildcard queries (when every shard reported a "too many expansions...

Re: No live SolrServers available to handle this request

2016-03-19 Thread Shawn Heisey
On 3/17/2016 4:22 AM, Anil wrote: > We are using solrcloud with zookeeper and each collection has 5 shareds and > 2 replicas. > we are seeing "org.apache.solr.client.solrj.SolrServerException: No live > SolrServers available to handle this request". i dont see any issues with > replicas. > > what w

Re: No live SolrServers available to handle this request

2016-03-19 Thread Shawn Heisey
On 3/18/2016 9:55 PM, Anil wrote: > Thanks for your response. > CDH is a Cloudera (third party) distribution. is there any to get the > notifications copy of it when cluster state changed ? in logs ? > > I can assume that the exception is result of no availability of replicas > only. Agree? Yes, I

Re: No live SolrServers available to handle this request

2016-03-19 Thread Anil
HI Michael, i could not post the query. i know its difficult to find out the root cause without query. sorry about that. query includes expand/collpase and query filter (fq) and 2 to 3 terms with AND. please share your thoughts. thanks. Regards, Anil On 17 March 2016 at 19:46, michael solomon

Re: No live SolrServers available to handle this request

2016-03-19 Thread Anil
Thanks Shawn. we are using 4.10.3. I don't see any issues with replicas of all shards at the time of exception. health of all shards is good in CDH. Regards, Anil On 18 March 2016 at 10:52, Shawn Heisey wrote: > On 3/17/2016 4:22 AM, Anil wrote: > > We are using solrcloud with zookeeper and

Re: No live SolrServers available to handle this request

2016-03-19 Thread Shawn Heisey
On 3/17/2016 11:29 PM, Anil wrote: > Thanks Shawn. we are using 4.10.3. > > I don't see any issues with replicas of all shards at the time of > exception. health of all shards is good in CDH. I do not know what CDH is. I'm guessing it's third-party software. As far as I'm aware, Solr doesn't hav

Re: No live SolrServers available to handle this request

2016-03-19 Thread michael solomon
What query do you try? On Thu, Mar 17, 2016 at 12:22 PM, Anil wrote: > HI, > > We are using solrcloud with zookeeper and each collection has 5 shareds and > 2 replicas. > we are seeing "org.apache.solr.client.solrj.SolrServerException: No live > SolrServers available to handle this request". i d

Re: No live SolrServers available to handle this request

2016-03-19 Thread Anil
and defType is edismax On 18 March 2016 at 10:40, Anil wrote: > HI Michael, > > i could not post the query. i know its difficult to find out the root > cause without query. sorry about that. > > query includes expand/collpase and query filter (fq) and 2 to 3 terms with > AND. > > please share yo

Re: No live SolrServers available to handle this request

2016-03-18 Thread Anil
HI Shawn, Thanks for your response. CDH is a Cloudera (third party) distribution. is there any to get the notifications copy of it when cluster state changed ? in logs ? I can assume that the exception is result of no availability of replicas only. Agree? Regards, Anil On 18 March 2016 at 18:20

Re: No live SolrServers available to handle this request

2015-11-09 Thread wilanjar .
Hi Erick, Thanks for your response. You right my node running properly and the graph is green. we solve with remove the data index in collection and reindex again. Thanks On Fri, Nov 6, 2015 at 11:02 PM, Erick Erickson wrote: > The host may be running well, but my bet is that > you have an err

Re: No live SolrServers available to handle this request

2015-11-06 Thread Erick Erickson
The host may be running well, but my bet is that you have an error in the schema.xml file so it's no longer valid XML and the core did not load. So while the solr instance is up and running, no core using that schema is running, thus no live servers. Look at the admin UI, cloud>>graph view and if

Re: No live SolrServers available to handle this request

2015-10-12 Thread Steve
Thanks Mark, I rebuilt and made sure the versions matched. It works. Not sure how that happened tho.. thx. .strick On Thu, Oct 8, 2015 at 4:31 PM, Mark Miller wrote: > Your Lucene and Solr versions must match. > > On Thu, Oct 8, 2015 at 4:02 PM Steve wrote: > > > I've loaded the Films data i

Re: No live SolrServers available to handle this request

2015-10-08 Thread Mark Miller
Your Lucene and Solr versions must match. On Thu, Oct 8, 2015 at 4:02 PM Steve wrote: > I've loaded the Films data into a 4 node cluster. Indexing went well, but > when I issue a query, I get this: > > "error": { > "msg": "org.apache.solr.client.solrj.SolrServerException: No live > SolrServ