Re: soft commit through leader

2015-05-19 Thread Erick Erickson
In a word "yes". The Solr servers are independently keeping their own timers and one could trip on replica X while an update was in transmission from the leader say. Or any one of a zillion other timing conditions. In fact, this is why the indexes will have different segments on replicas in a slice

soft commit through leader

2015-05-19 Thread Gopal Jee
hi wanted to know, when we do soft commit through configuration in solrconfig.xml, will different replicas commit at different point of time depending upon when the replica started...or will leader send commit to all replicas at same time as per commit interval set in solrconfig. thanks gopal