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.

Reply via email to