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
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
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
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
: 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
Thanks I’ll try that. Is the Thread Dump view in the Solr Admin panel not
reliable for diagnosing thread hangs?
On a different note, I am considering introducing a dedicated aggregator to
avoid using a shard both for search and aggregation, in case there is an issue
there.
Ronald S. Wood | Sen
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 env