Re: Windows monitoring software for Solr recommendation

2018-06-06 Thread azharuddin
Visit here to get more information on Apache SOLR . -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Windows monitoring software for Solr recommendation

2018-06-06 Thread Deepak Goel
It would be a bit extensive, but would be interesting to know if a similar error/situation occurs in Linux too (there are kernel level debugging tools available for this open source OS) On Wed, 6 Jun 2018, 10:59 Shawn Heisey, wrote: > On 6/5/2018 10:26 PM, TK Solr wrote: > > I visualized the GC

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Shawn Heisey
On 6/5/2018 10:26 PM, TK Solr wrote: I visualized the GC log with GCMV (GCVM?) and the graph shows Solr was using less than half of the heap space at the peak. This Solr doesn't get much query traffic and no indexing was running. It's really a sudden death of JVM with no trace. If you aren't

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Alexandre Rafalovitch
I wrote about installing early version of Solr as a service on Windows. Maybe it would be helpful: https://www.outerthoughts.com/2013/07/setting-up-apache-solr-on-windows-as-a-service/ Regarding the crash, I wonder if it is connected to PermGen. It historically gave less of an error message than

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread TK Solr
On 6/5/18 10:31 AM, Christopher Schultz wrote: How about Apache procrun/commons-daemon? https://commons.apache.org/proper/commons-daemon/procrun.html Thank you, I'll take a look. On 6/5/18 1:51 PM, Shawn Heisey wrote: The best bet for an easy service install is probably NSSM. It's got a

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Shawn Heisey
On 6/5/2018 11:12 AM, TK Solr wrote: > My client's Solr 6.6 running on a Windows server is mysteriously > crashing without any JVM crash log. No unusual activities recorded in > solr.log. GC log does not indicate the OOM situation. It's a simple > single-core, single node deployment (no

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Christopher Schultz
TK On 6/5/18 1:12 PM, TK Solr wrote: > My client's Solr 6.6 running on a Windows server is mysteriously > crashing without any JVM crash log. No unusual activities recorded in > solr.log. GC log does not indicate the OOM situation. It's a simple > single-core, single node deployment (no

Windows monitoring software for Solr recommendation

2018-06-05 Thread TK Solr
My client's Solr 6.6 running on a Windows server is mysteriously crashing without any JVM crash log. No unusual activities recorded in solr.log. GC log does not indicate the OOM situation. It's a simple single-core, single node deployment (no solrCloud). It has very light load. No indexing