On Apr 29, 2008, at 3:09 PM, James Brady wrote:
Hi all,
I'm aiming to use the new multicore features in development versions of Solr. My ideal setup would be to have master / slave servers on the same machine, snapshotting across from the 'write' to the 'read' server at intervals.

This was all fine with Solr 1.2, but the rsync & snappuller configuration doesn't seem to be set up to allow for multicore replication in 1.3.

The rsyncd.conf file allows for several data directories to be defined, but the snappuller script only handles a single directory, expecting the Lucene index to be directly inside that directory.

What's the best practice / best suggestions for replicating a multicore update server out to search servers?


Currently, for multicore replication you will need to install the snap* scripts for _each_ core. The scripts all expect a single core so for multiple cores, you will just need to install it multiple times.

ryan

Reply via email to