Re: Indexing stalls reads

2010-05-25 Thread Lance Norskog
This sounds like you have the same solrconfig for the slave and the master? You should turn off autoCommit on the slave. Only the master should autoCommit. You should set up the ReplicationHandler. This moves index updates from the indexer to the query server.

Indexing stalls reads

2010-05-24 Thread Manish N
Hey, I'm using solr 1.4 I've a master / slave setup, I use the slave for all my read operations commits are scheduled every 20 mins or every 1 docs. Now I think slave shouldn't build index but fetch ones created on Master, but I see it creating indexes, during which all read stalls.