Re: How To Interrupt Solr Query Execution

2015-03-20 Thread Gregg Donovan
SOLR-5986 looks like a great enhancement for enforcing timeouts. I'm curious about how to handle *manual* cancellation. We're working on backup requests -- e.g. wait till 90% of shards have responded then send out a backup request for the lagging (e.g. GC, cache miss, overloaded, etc.) shards afte

Re: How To Interrupt Solr Query Execution

2014-12-19 Thread Shalin Shekhar Mangar
Also note SOLR-5986 which will help in such cases when queries are stuck iterating through terms. This will be released with Solr 5.0 On Fri, Dec 19, 2014 at 9:14 AM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > > Hello, > Note, that timeout is checked only during the search. But for ex

Re: How To Interrupt Solr Query Execution

2014-12-19 Thread Mikhail Khludnev
Hello, Note, that timeout is checked only during the search. But for example, it isn't checked during facet counting. Check debugQuery=true output, to understand how the processing time is distributed across components. On Fri, Dec 19, 2014 at 12:05 PM, Vishnu Mishra wrote: > > Hi, I am using sol