Thanks Emir , So what we need to do to resolve this issue .
<filterCache class="solr.FastLRUCache" size="5000" initialSize="5000" autowarmCount="1000"/> <!-- Query Result Cache 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="1000" initialSize="1000" autowarmCount="1000"/> <!-- Document Cache Caches Lucene Document objects (the stored fields for each document). Since Lucene internal document ids are transient, this cache will not be autowarmed. --> <documentCache class="solr.LRUCache" size="1000" initialSize ="1000" autowarmCount="1000"/> This is my solr configuration. what changes should i do to avoid the warning . ~abhishek On Thu, Nov 19, 2015 at 6:37 PM, Emir Arnautovic < emir.arnauto...@sematext.com> wrote: > This means that one searcher is still warming when other searcher created > due to commit with openSearcher=true. This can be due to frequent commits > of searcher warmup taking too long. > > Emir > > -- > Monitoring * Alerting * Anomaly Detection * Centralized Log Management > Solr & Elasticsearch Support * http://sematext.com/ > > > > > On 19.11.2015 12:16, Midas A wrote: > >> Getting following log on solr >> >> >> PERFORMANCE WARNING: Overlapping onDeckSearchers=2` >> >>