Hello. I have the suspicion that while the replication is in process from a batch machine to N slaves machines I have performance problems: read timed out exceptions, etc. The thing is that I have deployed a real time environment where the batch machine recieves petitions, process them and then index. At the same time N slaves machines are listening (I have an autocommit warm every ten minutes) and replicates the new indexes. By the way, I did some tests and noticed that while some thousands of index petitions are in process while replication is also activated, Solr performance decreases.
The questions are: - Do you know if Solr 1.4.1 has that kind of bug? - Is it posible that with a newest version will solve it? - Any suggestion that will help me to solve the problem? :-( Thank you very much!