Re: Java replication takes slaves down

2011-07-21 Thread Jonathan Rochkind
How often do you replicate? Could it be a too-frequent-commit problem? (a replication is a commit to the slave). On 7/21/2011 4:39 AM, Alexander Valet | edelight wrote: Hi everybody, we are using Solr 1.4.1 as our search backend and are replicating (Java based) from one master to four slaves.

Re: Java replication takes slaves down

2011-07-21 Thread Andrea Gazzarini
We are using a similar architecture but with two slaves, the index is around 9GB * and we don't have such problem... Each slave is running on a separate machine so we have three nodes in total (1 indexer + 2 searcher)...initially it was everything on a single node and it was working without any