On 5/9/2014 11:42 AM, Cool Techi wrote: > We have noticed Solr returns in-consistent results during replica recovery > and not all replicas are in the same state, so when your query goes to a > replica which might be recovering or still copying the index then the counts > may differ. > regards,Ayush
SolrCloud should never send requests to a replica that is recovering. If that is happening (which I think is unlikely), then it's a bug. If *you* send a request to a replica that is still recovering, I would expect SolrCloud to redirect the request elsewhere unless distrib=false is used. I'm not sure whether that actually happens, though. Thanks, Shawn