Hello, You are replicating every 60 seconds? I hope you don't have a large index with lots of continuous index updates on the master, as replicating every 60 seconds, while doable, may be a bit too frequent (depending on index size, amount of changes, cache settings, etc.).
Otis ---- Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Hadoop ecosystem search :: http://search-hadoop.com/ ----- Original Message ---- > From: giskard <gisk...@autistici.org> > To: solr-user@lucene.apache.org > Sent: Fri, February 19, 2010 4:11:56 AM > Subject: Re: replications issue > > Ciao, > > Uhm after some time a new index in data/index on the slave has been written > with the ~size of the master index. > > the configure on both master slave is the same one on the solrReplication > wiki > page > "enable/disable master/slave in a node" > > > > ${enable.master:false} > commit > schema.xml,stopwords.txt > > > ${enable.slave:false} > http://localhost:8983/solr/replication > 00:00:60 > > > > When the master is started, pass in -Denable.master=true and in the slave > pass > in -Denable.slave=true. Alternately , these values can be stored in a > solrcore.properties file as follows > > #solrcore.properties in master > enable.master=true > enable.slave=false > > Il giorno 19/feb/2010, alle ore 03.43, Otis Gospodnetic ha scritto: > > > giskard, > > > > Is this on the master or on the slave(s)? > > Maybe you can paste your replication handler config for the master and your > replication handler config for the slave. > > > > Otis > > ---- > > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > > Hadoop ecosystem search :: http://search-hadoop.com/ > > > > > > > > > > ________________________________ > > From: giskard > > To: solr-user@lucene.apache.org > > Sent: Thu, February 18, 2010 12:16:37 PM > > Subject: replications issue > > > > Hi all, > > > > I've setup solr replication as described in the wiki. > > > > when i start the replication a directory called index.$numebers is created > after a while > > it disappears and a new index.$othernumbers is created > > > > index/ remains untouched with an empty index. > > > > any clue? > > > > thank you in advance, > > Riccardo > > > > -- > > ciao, > > giskard > > -- > ciao, > giskard