Re: SolrIndexSearcher count

2017-12-07 Thread Shawn Heisey
On 12/5/2017 6:02 AM, Rick Dig wrote: > is it normal to have many instances (100+) of SolrIndexSearchers to be open > at the same time? Our Heap Analysis shows this to be the case. > > We have autoCommit for every 5 minutes, with openSearcher=true, would this > close the old searcher and create a n

Re: SolrIndexSearcher count

2017-12-06 Thread Rick Dig
Hi all Any pointers on this ? Thanks On Dec 5, 2017 22:42, "Rick Dig" wrote: No custom code at all. On Dec 5, 2017 10:31 PM, "Erick Erickson" wrote: > Do you have any custom code in the mix anywhere? > > On Tue, Dec 5, 2017 at 5:02 AM, Rick Dig wrote: > > Hello all, > > is it normal to have

Re: SolrIndexSearcher count

2017-12-05 Thread Rick Dig
No custom code at all. On Dec 5, 2017 10:31 PM, "Erick Erickson" wrote: > Do you have any custom code in the mix anywhere? > > On Tue, Dec 5, 2017 at 5:02 AM, Rick Dig wrote: > > Hello all, > > is it normal to have many instances (100+) of SolrIndexSearchers to be > open > > at the same time? O

Re: SolrIndexSearcher count

2017-12-05 Thread Erick Erickson
Do you have any custom code in the mix anywhere? On Tue, Dec 5, 2017 at 5:02 AM, Rick Dig wrote: > Hello all, > is it normal to have many instances (100+) of SolrIndexSearchers to be open > at the same time? Our Heap Analysis shows this to be the case. > > We have autoCommit for every 5 minutes,