I'm looking at snappuller script and the only thing I see it doing is managing 
the snapshot
pulling via rsync. 

And then once the new distribution is in ${data_dir}/${name}-wip it simpy moves 
it to the 
index dir:

# move into place atomically
mv ${data_dir}/${name}-wip ${data_dir}/${name}

What if I already have the complete index snapshot on a local disk on the 
slave? Can I simply
move it over to the index directory while solr is running? Is that going to 
cause any corruption,
etc... since I don't see anything special that snappuller does after it got the 
new snapshot
 
-Alex

Reply via email to