Hi Rishi, Do you really need soft-commit every second? Can you make it 10 mins, for example?
What is happening (conditional on checking your logs) is that several commits (looks like 2 in your case) are arriving in a quick succession. Then system is starting to warmup the searchers, one per each commit. This is a waste of resources, because only one searcher will be used in the end, so one of them is warming in vain. Just rethink your commit strategy with regards to the update frequency and warming up time to avoid issues with this in the future. Dmitry On Thu, Mar 27, 2014 at 11:16 PM, Rishi Easwaran <rishi.easwa...@aol.com>wrote: > All, > > I am running SOLR Cloud 4.6, everything looks ok, except for this warn > message constantly in the logs. > > > 2014-03-27 17:09:03,982 WARN [commitScheduler-15-thread-1] [] SolrCore - > [index_shard16_replica1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 > 2014-03-27 17:09:05,517 WARN [commitScheduler-15-thread-1] [] SolrCore - > [index_shard16_replica1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 > 2014-03-27 17:09:06,774 WARN [commitScheduler-15-thread-1] [] SolrCore - > [index_shard16_replica1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 > 2014-03-27 17:09:08,085 WARN [commitScheduler-15-thread-1] [] SolrCore - > [index_shard16_replica1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 > 2014-03-27 17:09:09,114 WARN [commitScheduler-15-thread-1] [] SolrCore - > [index_shard16_replica1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 > 2014-03-27 17:09:10,238 WARN [commitScheduler-15-thread-1] [] SolrCore - > [index_shard16_replica1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2 > > Searched around a bit, looks like my solrconfig.xml is configured fine and > verified there are no explicit commits sent by our clients. > > My solrconfig.xml > <autoCommit> > <maxDocs>10000</maxDocs> > <maxTime>60000</maxTime> > <openSearcher>false</openSearcher> > </autoCommit> > > <autoSoftCommit> > <maxTime>1000</maxTime> > </autoSoftCommit> > > > Any idea why its warning every second, the only config that has 1 second > is softcommit. > > Thanks, > Rishi. > > -- Dmitry Blog: http://dmitrykan.blogspot.com Twitter: http://twitter.com/dmitrykan