Re: Garbage collection issue and RELOADing cores

2014-07-01 Thread François Schiettecatte
Hi Just following up on my previous post about a memory leak when RELOADing cores, I narrowed it down to the SuggestComponent, specifically '...' in solrconfig.xml. Comment that out and the leak goes away. The leak occurs in 4.7, 4.8 and 4.9. It occurs when a core is RELOADed, but not if it is

Garbage collection issue and RELOADing cores

2014-06-16 Thread François Schiettecatte
Hi I am running into an interesting garbage collection issue and am looking for suggestions/thoughts. Because some word lists such as synonyms, plurals, protected words need to be updated on a regular basis I have to RELOAD a number of cores in order to 'pick up' the new lists. What I have