Re: problem of solr replcation's speed

2010-10-31 Thread Lance Norskog
If you are copying from an indexer while you are indexing new content, this would cause contention for the disk head. Does indexing slow down during this period? Lance 2010/10/31 Peter Karich : >  we have an identical-sized index and it takes ~5minutes > > >> It takes about one hour to replacate

Re: problem of solr replcation's speed

2010-10-31 Thread Peter Karich
we have an identical-sized index and it takes ~5minutes It takes about one hour to replacate 6G index for solr in my env. But my network can transfer file about 10-20M/s using scp. So solr's http replcation is too slow, it's normal or I do something wrong?