Hi - Something doesn't make sense to me here:
On Mon, Jan 4, 2010 at 5:55 AM, dipti khullar <dipti.khul...@gmail.com>wrote: > - optimize runs on master in every 7 minutes > - using postOptimize , we execute snapshooter on master > - snappuller/snapinstaller on 2 slaves runs after every 10 minutes > > Why would you optimize every 7 minutes, and update the slaves every ten? After 70 minutes you'll be doing both at the same time. How about optimizing every ten minutes, at :00,:10, :20, :30, :40, :50 and then pulling every ten minutes at :01, :11, :21, :31, :41, :51 (assuming your optimize completes in one minute). Or did I misunderstand something? > The issue gets resolved as soon as we optimize the slave index. In the solr > admin, it shows only 4 requests/sec is handled with 400 ms response time. > >From your earlier description, it seems like you should only be distributing an optimized index, so optimizing the slave should be a no-op. Check to see what files you have on the slave after snappulling. Tom