Re: Stop solr query

2015-02-25 Thread Mikhail Khludnev
ginal Message- > From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] > Sent: Wednesday, February 25, 2015 3:42 PM > To: solr-user > Subject: Re: Stop solr query > > Moshe, > > if you take a thread dump while a particular query stuck (via jstack of in > SolrAdmin tab), it may exp

RE: Stop solr query

2015-02-25 Thread Moshe Recanati
m: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] Sent: Wednesday, February 25, 2015 3:42 PM To: solr-user Subject: Re: Stop solr query Moshe, if you take a thread dump while a particular query stuck (via jstack of in SolrAdmin tab), it may explain where exactly it's stalled, just che

Re: Stop solr query

2015-02-25 Thread Mikhail Khludnev
slh.com | LinkedIn | FB > > > -Original Message- > From: Shawn Heisey [mailto:apa...@elyograg.org] > Sent: Monday, February 23, 2015 5:49 PM > To: solr-user@lucene.apache.org > Subject: Re: Stop solr query > > On 2/23/2015 7:23 AM, Moshe Recanati wrote: > > Re

Re: Stop solr query

2015-02-25 Thread Shawn Heisey
On 2/25/2015 5:21 AM, Moshe Recanati wrote: > We checked this option and it didn't solve our problem. > We're using https://github.com/healthonnet/hon-lucene-synonyms for query > based synonyms. > While running query with high number of words that have high number of > synonyms the query got stuc

RE: Stop solr query

2015-02-25 Thread Moshe Recanati
23, 2015 5:49 PM To: solr-user@lucene.apache.org Subject: Re: Stop solr query On 2/23/2015 7:23 AM, Moshe Recanati wrote: > Recently there were some scenarios in which queries that user sent to > solr got stuck and increased our solr heap. > > Is there any option to kill or timeout

Re: Stop solr query

2015-02-23 Thread Shawn Heisey
On 2/23/2015 7:23 AM, Moshe Recanati wrote: > Recently there were some scenarios in which queries that user sent to > solr got stuck and increased our solr heap. > > Is there any option to kill or timeout query that wasn't returned from > solr by external command? > The best thing you can do is ex