Re: NRT Searching (getting it working)

2021-11-17 Thread Shawn Heisey
On 11/17/21 8:24 AM, Derek C wrote: Now that you mention it. Just after I sent the email I did start looking at top and I was seeing 100%, 200%, 300% CPU usage (and the VM only has 4 cores so I was looking at maxed out cores). I've grabbed screenshots now and I'm not seeing those high number

Re: NRT Searching (getting it working)

2021-11-17 Thread Andy Lester
> On Nov 17, 2021, at 12:41 PM, Derek C wrote: > > That's an amazing online tool - thanks Andy It was Shawn Heisey who pointed me to it. There many other JVM GC tools out there if you search a bit. https://sematext.com/blog/java-gc-log-analysis-tools/

Re: NRT Searching (getting it working)

2021-11-17 Thread Derek C
That's an amazing online tool - thanks Andy (I think looking at the generated charts/graphs that the Garbage collection and memory usage is OK) Derek On Wed, Nov 17, 2021 at 5:53 PM Andy Lester wrote: > > > > I'm not sure how to understand the solr_gc.log file (but I'd like to) > > There’s a p

Re: NRT Searching (getting it working)

2021-11-17 Thread Andy Lester
> > I'm not sure how to understand the solr_gc.log file (but I'd like to) There’s a product called gceasy at gceasy.io . You can get a basic report on your GC log from uploading your log to them for analysis. Andy

Re: NRT Searching (getting it working)

2021-11-17 Thread Derek C
Hi Shawn, Thanks for the help. Now that you mention it. Just after I sent the email I did start looking at top and I was seeing 100%, 200%, 300% CPU usage (and the VM only has 4 cores so I was looking at maxed out cores). I've grabbed screenshots now and I'm not seeing those high numbers but

Re: NRT Searching (getting it working)

2021-11-17 Thread Shawn Heisey
On 11/17/21 7:05 AM, Derek C wrote: Hi all, I'm trying to get Near Real Time searching working with SOLR (so that documents I insert, or documents I update, are visible in a SOLR query as quickly as possible). I have about 2.2 million documents in a SOLR core (quite a lot of fields too - mayb