Re: Distributed queries hang in a non-SolrCloud environment, Solr 4.10.4

2015-07-06 Thread Yonik Seeley
Are you running with the stock Jetty-based server or did you configure your own servlet container / config? Any plugins / extensions to Solr? It would be odd for FastLRUCache to be involved - I don't think that code has changed between 4.8.1 and 4.10.4 -Yonik On Thu, Jul 2, 2015 at 3:36 PM, Ro

Re: Distributed queries hang in a non-SolrCloud environment, Solr 4.10.4

2015-07-06 Thread Ronald Wood
Thank you! I will look into that and give it a try. I also am going to look at the cache overall and try to tune it for the faceting we’re doing. Ronald S. Wood | Senior Software Developer 857-991-7681 (mobile) Smarsh 100 Franklin St. Suite 903 | Boston, MA 02210 1-866-SMARSH-1 | 971-998-9967

Re: Distributed queries hang in a non-SolrCloud environment, Solr 4.10.4

2015-07-02 Thread Shalin Shekhar Mangar
On Fri, Jul 3, 2015 at 1:06 AM, Ronald Wood wrote: > > > I had initially suspect that distributed searches combined with faceting > might be part of the issue, since I had seen some long-running threads that > seemed to spend a long time in the FastLRUCache when getting facets for a > single fi

Re: Distributed queries hang in a non-SolrCloud environment, Solr 4.10.4

2015-07-02 Thread Matthew Dickinson
unsubscribe On 2 July 2015 at 20:36, Ronald Wood wrote: > > We are running into an issue when doing distributed queries on Solr > 4.10.4. We do not use SolrCloud but instead keep track of shards that need > to be searched based on date ranges. > > We have been running distributed queries without

Re: Distributed queries hang in a non-SolrCloud environment, Solr 4.10.4

2015-07-02 Thread Chris Hostetter
: Thanks I’ll try that. Is the Thread Dump view in the Solr Admin panel not reliable for diagnosing thread hangs? If the JVM is totally hung, you might not be able to connect to solr to even ask it to generate the hread dump itself -- but jstack may still be able to. -Hoss http://www.lucidw

Re: Distributed queries hang in a non-SolrCloud environment, Solr 4.10.4

2015-07-02 Thread Ronald Wood
Thursday, July 02, 2015 3:37 PM >To: solr-user@lucene.apache.org >Subject: Distributed queries hang in a non-SolrCloud environment, Solr 4.10.4 > > >We are running into an issue when doing distributed queries on Solr 4.10.4. We >do not use SolrCloud but instead keep track of shards

RE: Distributed queries hang in a non-SolrCloud environment, Solr 4.10.4

2015-07-02 Thread Ryan, Michael F. (LNG-DAY)
Try running jstack on the aggregator - that will show you where the threads are hanging. -Michael -Original Message- From: Ronald Wood [mailto:rw...@smarsh.com] Sent: Thursday, July 02, 2015 3:37 PM To: solr-user@lucene.apache.org Subject: Distributed queries hang in a non-SolrCloud

Distributed queries hang in a non-SolrCloud environment, Solr 4.10.4

2015-07-02 Thread Ronald Wood
We are running into an issue when doing distributed queries on Solr 4.10.4. We do not use SolrCloud but instead keep track of shards that need to be searched based on date ranges. We have been running distributed queries without incident for several years now, but we only recently upgraded to