Re: check softCommit , autocommit and hard commit count

2017-12-03 Thread Puppy Linux Distros
Hello, Thanks Shawn. Can you provide command to find the total number of autocommits in the solr.log? On Thu, Nov 30, 2017 at 7:20 PM, Shawn Heisey wrote: > On 11/30/2017 4:36 AM, Puppy Linux Distros wrote: > >> I am trying to calculate the total number of softCommit ,

Re: merge metrics not showing up in Jconsole

2017-12-03 Thread suresh pendap
I see only these metrics in my Jconsole window [image: Inline image 1] On Sun, Dec 3, 2017 at 4:19 PM, suresh pendap wrote: > Hi, > I am using Solr version 6.6.0 and am following the document > https://lucene.apache.org/solr/guide/6_6/metrics-reporting.html#index- >

merge metrics not showing up in Jconsole

2017-12-03 Thread suresh pendap
Hi, I am using Solr version 6.6.0 and am following the document https://lucene.apache.org/solr/guide/6_6/metrics-reporting.html#index-merge-metrics to enable Index merge metrics. I have added the below config to my solrconfig.xml file 524288 true true ...

Solr merge related metrics not showing up in jconsole

2017-12-03 Thread suresh pendap
Hello, I am using Solr version 6.6 and I am following the document to get the Segment merge related metrics https://lucene.apache.org/solr/guide/6_6/metrics-reporting.html#index-merge-metrics I added the configuration to expose the merge related metrics to my solrconfig.xml file as below

Re: JVM GC Issue

2017-12-03 Thread Shawn Heisey
On 12/2/2017 6:59 PM, S G wrote: I am a bit curious on the docValues implementation. I understand that docValues do not use JVM memory and they make use of OS cache - that is why they are more performant. But to return any response from the docValues, the values in the docValues'

Dataimporter status

2017-12-03 Thread Mahmoud Almokadem
We're facing an issue related to the dataimporter status on new Admin UI (7.0.1). Calling to the API http://solrip/solr/collection/dataimport?_=1512314812090=status=on=json returns different status despite the importer is running The messages are swapped between the following when refreshing

Re: JVM GC Issue

2017-12-03 Thread Yonik Seeley
On Sat, Dec 2, 2017 at 8:59 PM, S G wrote: > I am a bit curious on the docValues implementation. > I understand that docValues do not use JVM memory and > they make use of OS cache - that is why they are more performant. > > But to return any response from the

Log page auto refresh

2017-12-03 Thread Mahmoud Almokadem
Hello, I've an issue related to the Log page on the new Admin UI (7.0.1), When I expand an item, it collapsed again after short time. This behavior is different than the old Admin UI. Thanks, Mahmoud