Re: Solr reload process flow

2018-12-27 Thread Erick Erickson
gt; ➢ public static final int DEFAULT_CORE_LOAD_THREADS_IN_CLOUD = 8; > > But unfortunately stumbling about source I can't find out the place and > approve > whether these "threads limit" plays any role in reload collection or not... > though I lack the necessary skills

Re: Solr reload process flow

2018-12-27 Thread Vadim Ivanov
ce I can't find out the place and approve whether these "threads limit" plays any role in reload collection or not... though I lack the necessary skills in java Maybe somebody can give a hint where to look? There was discussion here as well http://lucene.472066.n3.nabble.com/

Re: Solr reload process flow

2018-03-14 Thread Emir Arnautović
Hi Akshay, 1. Solr creates new core with new schema/conf updates, opens a new searcher and replaces existing core if all want ok. If you have some issues with schema/conf or you ended up with corrupted index, loading core will fail but old one will stay there. 2. It is not creating new index, ju

Re: Solr reload process flow

2018-03-14 Thread Shawn Heisey
On 3/14/2018 12:56 AM, Akshay Murarka wrote: I am using solr-5.4.0 in my production environment and am trying to automate the reload/restart process of the solr collections based on certain specific conditions. I noticed that on solr reload the thread count increases a lot there by resulting

Solr reload process flow

2018-03-14 Thread Akshay Murarka
Hey, I am using solr-5.4.0 in my production environment and am trying to automate the reload/restart process of the solr collections based on certain specific conditions. I noticed that on solr reload the thread count increases a lot there by resulting in increased latencies. So I read about r