I believe it indexes locally on leader first. Otherwise one could end up with a situation where indexing to replica(s) succeeds and indexing to leader fails, which I suspect might create a mess.
Otis -- Solr & ElasticSearch Support http://sematext.com/ On Thu, Apr 11, 2013 at 2:53 AM, Zhang, Lisheng <lisheng.zh...@broadvision.com> wrote: > Hi, > > In solr 4x solrCloud, suppose we have only one shard and > two replica, when leader receives the indexing request, > does it immediately forward request to two replicas or > it first indexes request itself, then sends request to its > two replica? > > Thanks very much for helps, Lisheng > >