Yes, I guess, full index replication is a general bug of 4.x. I tried the
same routine with termVectors and got the same result:

1. stopped all Solr instances
2. cleared data folders of all instances
3. ran master, made full-import with optimize option using DIH
4. after import ran slave and did replication
5. ran solrmeter to send updates to the master and gets from the slave

the full index was replicated every 20 seconds (not only modified segments).

To fix this:

1) I stopped solrmeter
2) stopped the slave and cleared its data directory
3) clicked Optimize in the control panel of the master
4) ran slave and did replication
5) ran solrmeter to send updates to the master and gets from the slave

But this replication bug didn't affect increased response time. There is
still a strong relation between absense of termVectors and increased
response time. I have no idea why...



--
View this message in context: 
http://lucene.472066.n3.nabble.com/why-search-time-increases-without-term-vectors-tp4035900p4037010.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to