Solr 6.5.1 crashing when too many queries with error or high memory usage are queried

2017-07-02 Thread Zheng Lin Edwin Yeo
Hi, I'm currently facing the issue whereby the Solr crashed when I have issued too many queries with error or those with high memory usage, like JSON facet or Streaming expressions. What could be the issue here? I'm using Solr 6.5.1 Regards, Edwin

Re: Solr 6.5.1 crashing when too many queries with error or high memory usage are queried

2017-07-02 Thread Rick Leir
Stack trace? Memory diagnostics from top(1)? What querys? On July 2, 2017 3:00:16 AM EDT, Zheng Lin Edwin Yeo wrote: >Hi, > >I'm currently facing the issue whereby the Solr crashed when I have >issued >too many queries with error or those with high memory usage, like JSON >facet or Streaming exp

Re: Automatically Restart Solr

2017-07-02 Thread rojerick luna
Hi, Anyone who successfully set this up? Thanks Best Regards, Jeck > On 20 Jun 2017, at 7:10 PM, rojerick luna wrote: > > Hi, > > I'm trying to automate Solr restart every week. > > I created a stop.bat and updated the start.bat which I found on an article > online. Using stop.bat and start

Re: Automatically Restart Solr

2017-07-02 Thread Furkan KAMACI
Hi Jeck, Here is the documentation about how you can run Solr as service: https://lucene.apache.org/solr/guide/6_6/taking-solr-to-production.html However, as far as I see you use Windows as operating system. There is currently an open issue for creating scripts to run as a Windows Service: https:

Re: Solr 6.5.1 crashing when too many queries with error or high memory usage are queried

2017-07-02 Thread Toke Eskildsen
On Sun, 2017-07-02 at 15:00 +0800, Zheng Lin Edwin Yeo wrote: > I'm currently facing the issue whereby the Solr crashed when I have > issued too many queries with error or those with high memory usage, > like JSON facet or Streaming expressions. > > What could be the issue here? Solr does not hav