RE: Solr Cache clear

2019-04-09 Thread Lewin Joy (TMNA)
Heisey Sent: Tuesday, April 9, 2019 1:52 PM To: solr-user@lucene.apache.org Subject: Re: Solr Cache clear On 4/9/2019 12:38 PM, Lewin Joy (TMNA) wrote: > I just tried to go to the location you have specified. I could not see a > "CACHE" . I can see the "Statistics" sect

Re: Solr Cache clear

2019-04-09 Thread Shawn Heisey
On 4/9/2019 12:38 PM, Lewin Joy (TMNA) wrote: I just tried to go to the location you have specified. I could not see a "CACHE" . I can see the "Statistics" section. I am using Solr 7.2 on solrcloud mode. If you are trying to select a *collection* from a dropdown, you will not see this. It

RE: Solr Cache clear

2019-04-09 Thread Lewin Joy (TMNA)
" section. I am using Solr 7.2 on solrcloud mode. thanks -Lewin -Original Message- From: Shawn Heisey Sent: Tuesday, April 9, 2019 1:01 PM To: solr-user@lucene.apache.org Subject: Re: Solr Cache clear On 4/9/2019 11:51 AM, Lewin Joy (TMNA) wrote: > Hmm. I only tried reloading th

Re: Solr Cache clear

2019-04-09 Thread Shawn Heisey
On 4/9/2019 11:51 AM, Lewin Joy (TMNA) wrote: Hmm. I only tried reloading the collection as a whole. Not the core reload. Where do I see the cache sizes after reload? If you do not know how to see the cache sizes, then what information are you looking at which has led you to the conclusion

Re: Solr Cache clear

2019-04-09 Thread Walter Underwood
Sent: Monday, April 8, 2019 6:45 PM > To: solr-user > Subject: Re: Solr Cache clear > > You may have warming queries to prepopulate your cache. Check your > solrconfig.xml. > > Regards, >Alex > > On Mon, Apr 8, 2019, 4:16 PM Lewin Joy (TMNA), wrote: > >&

RE: Solr Cache clear

2019-04-09 Thread Lewin Joy (TMNA)
Thank you for email, Alex. I have the autowarmCount set as 0. So, this shouldn't prepopulate with old cache data. -Lewin -Original Message- From: Alexandre Rafalovitch Sent: Monday, April 8, 2019 6:45 PM To: solr-user Subject: Re: Solr Cache clear You may have warming queries

RE: Solr Cache clear

2019-04-09 Thread Lewin Joy (TMNA)
Hmm. I only tried reloading the collection as a whole. Not the core reload. Where do I see the cache sizes after reload? -Lewin -Original Message- From: Shawn Heisey Sent: Monday, April 8, 2019 5:10 PM To: solr-user@lucene.apache.org Subject: Re: Solr Cache clear On 4/8/2019 2:14 PM

Re: Solr Cache clear

2019-04-08 Thread Alexandre Rafalovitch
You may have warming queries to prepopulate your cache. Check your solrconfig.xml. Regards, Alex On Mon, Apr 8, 2019, 4:16 PM Lewin Joy (TMNA), wrote: > ** PROTECTED 関係者外秘 > How do I clear the solr caches without restarting Solr cluster? > Is there a way? > I tried reloading the

Re: Solr Cache clear

2019-04-08 Thread Shawn Heisey
On 4/8/2019 2:14 PM, Lewin Joy (TMNA) wrote: How do I clear the solr caches without restarting Solr cluster? Is there a way? I tried reloading the collection. But, it did not help. When I reload a core on a test setup (solr 7.4.0), I see cache sizes reset. What evidence are you seeing that

Re: Solr cache clear

2018-11-21 Thread Shawn Heisey
On 11/21/2018 8:36 AM, Rajdeep Sahoo wrote: The problem is that we are using master slave solr configuration and for similar type of query sometime it is taking 512 ms and sometime it is 29 ms . we are observing this issue since the query modification. As part of modification we have reduced a

Re: Solr cache clear

2018-11-21 Thread Rajdeep Sahoo
Hi all, The problem is that we are using master slave solr configuration and for similar type of query sometime it is taking 512 ms and sometime it is 29 ms . we are observing this issue since the query modification. As part of modification we have reduced a large no of facet.field param. In

Re: Solr cache clear

2018-11-20 Thread Edward Ribeiro
Disabling or reducing autowarming can help too, in addition to cache size reduction. Edward Em ter, 20 de nov de 2018 17:29, Erick Erickson Why would you want to? This sounds like an XY problem, there's some > problem you think would be cured by clearing the cache. What is > that problem? > >

Re: Solr cache clear

2018-11-20 Thread Erick Erickson
Why would you want to? This sounds like an XY problem, there's some problem you think would be cured by clearing the cache. What is that problem? Because I doubt this would do anything useful, pretty soon the caches would be filled up again and you'd be right back where you started and the real

Re: Solr cache clear

2018-11-20 Thread Shawn Heisey
On 11/20/2018 9:25 AM, Rajdeep Sahoo wrote: Hi all, Without restarting is it possible to clear the cache? You'll need to clarify what cache you're talking about, but I think for the most part that if you reload the core (or collection if running SolrCloud) that all caches should be rebuilt