You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Simone Sabba <si...@alpitourworld.it> on 2016/04/12 17:05:24 UTC

Solr cloud newSearcher warmup

Hi, 

i just configured cache autowarm into solrconfig.xml using newSearcher
listener (as described here: 
https://wiki.apache.org/solr/SolrCaching#newSearcher_and_firstSearcher_Event_Listeners
<https://wiki.apache.org/solr/SolrCaching#newSearcher_and_firstSearcher_Event_Listeners> 
).
It works fine with solr 5.4.1 single node instance but with solrcloud 5.4.1
every time i run delta-import i get those two errors:

ERROR 1:

Logger: SolrRequestInfo
Message: Previous SolrRequestInfo was not closed!
req=waitSearcher=true&distrib.from=http://172.16.180.73:8983/solr/prices_shard1_replica2/&update.distrib=FROMLEADER&openSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false

ERROR 2:

Logger: SolrRequestInfo
Message: prev == info : false

Can anybody help me out to figure out what is wrong with my configuration?

Here there is my  solrconfig.xml
<http://lucene.472066.n3.nabble.com/file/n4269608/solrconfig.xml>  

Thank you
Simone




--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-cloud-newSearcher-warmup-tp4269608.html
Sent from the Solr - User mailing list archive at Nabble.com.