Re: MetricRegistry instances for transient cores are not getting GC'd

2018-07-14 Thread nandakishorek
This is a duplicate of https://issues.apache.org/jira/browse/SOLR-11882. The problem is fixed in 7.4. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

MetricRegistry instances for transient cores are not getting GC'd

2018-07-10 Thread nandakishorek
I took a heap dump when Solr heap usage kept growing to 32GB and comes down to 15GB after GC. Heap dump analysis shows there are MetricRegistry instances for transient cores.i.e., cores with "isLoaded" as false in STATUS output.

/solr/admin/metrics fails when there are transient cores

2018-07-09 Thread nandakishorek
My environment is as follows * Solr 7.2.1 in standalone mode. * 32GB heap * 150 cores with data getting continuously ingested to ~10 cores and all of the cores queried. * transient cache size is set to 30. The solr.xml is as follows 32 true ${configSetBaseDir:configsets} ${soc

Re: /export LongPointField

2017-11-29 Thread nandakishorek
I'm using 6.6.2. I'll upgrade when to 7 when I can. Thanks. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

/export LongPointField

2017-11-28 Thread nandakishorek
My index has certain fields of type LongPointField with docValues=true i.e., they are not multivalued. When I use the export handler to export the data, there is an exception thrown 'Export fields must either be one of the following types: int,float,long,double,string,date,boolean'. I see the Expor