Hi Shalin, Which auto-warming I have to remove to make commits faster. The below configuration have in solrconfig.xml. Also, what is maxWarmingSearchers value. <filterCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="128"/> <!-- queryResultCache caches results of searches - ordered lists of document ids (DocList) based on a query, a sort, and the range of documents requested. --> <queryResultCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="32"/> <documentCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="0"/> Thanks for your help!!
Thanks & Regards, Mahendra --- On Mon, 2/23/09, Shalin Shekhar Mangar <shalinman...@gmail.com> wrote: From: Shalin Shekhar Mangar <shalinman...@gmail.com> Subject: Re: exceeded limit of maxWarmingSearchers To: solr-user@lucene.apache.org Date: Monday, February 23, 2009, 10:35 AM On Mon, Feb 23, 2009 at 10:23 AM, mahendra mahendra < mahendra_featu...@yahoo.com> wrote: > Hi, > > I have scheduled Incremental indexing to run for every 2 min. Some times > due to more number of records the first instance of the incremental couldn't > complete before second instance start. This is causing the below error. > > org.apache.solr.common.SolrException: Error opening new searcher. exceeded > limit of maxWarmingSearchers=2, try again later. > Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try > again later. > > Is there any configuration parameter to increase maxWarmingSearchers. > Any help would appriciate !! Increasing maxWarmingSearchers will make things even slower. The right problem to solve is to increase the time between commits or to remove auto-warming to make commits faster. -- Regards, Shalin Shekhar Mangar.