Re: Solr reload process flow

2018-12-27 Thread Erick Erickson
You can set it in solr.xml, see: http://lucene.apache.org/solr/guide/7_6/format-of-solr-xml.html if you'd like to experiment with bumping it higher. As for "stumbling around in the code" what this _sounds_ like is some kind of deadlock and bumping the number of threads would be, at best, a band-ai

Re: Solr reload process flow

2018-12-27 Thread Vadim Ivanov
Hi! (Solr 7.6 , Tlog replicas) I have an issue while reloading collection with 100 shards and 3 replicas per shard residing on 5 nodes. Configuration of that collection is pretty complex (90 external file fields) When node starts cores load always successfully. When I reload collection with coll

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