Re: Can Master push data to slave

2011-08-16 Thread Erick Erickson
Why do you care about the lock file on the slave? It shouldn't matter, so I'm wondering if this is an XY problem: >From Hossman's Apache page: Your question appears to be an "XY Problem" ... that is: you are dealing with "X", you are assuming "Y" will help you, and you are asking about "Y" without

Re: Can Master push data to slave

2011-08-14 Thread Pawan Darira
Regarding point b, i mean that when Slave server does a replication from Master, it creates a lock-file in it's index directory. How to avoid that? On Tue, Aug 9, 2011 at 2:56 AM, Markus Jelsma wrote: > Hi, > > > Hi > > > > I am using Solr 1.4. and doing a replication process where my slave is >

Re: Can Master push data to slave

2011-08-08 Thread simon
You could configure a PostCommit event listener on the master which would send a HTTP fetchindex request to the slave you want to carry out replication - see http://wiki.apache.org/solr/SolrReplication#HTTP_API But why do you want the master to push to the slave ? -Simon On Mon, Aug 8, 2011 at

Re: Can Master push data to slave

2011-08-08 Thread Markus Jelsma
Hi, > Hi > > I am using Solr 1.4. and doing a replication process where my slave is > pulling data from Master. I have 2 questions > > a. Can Master push data to slave Not in current versions. Not sure about exotic patches for this. > b. How to make sure that lock file is not created while rep