OK, got it. Thanks.

On 19 November 2012 15:00, Mark Miller <markrmil...@gmail.com> wrote:

> Nodes stop accepting updates if they cannot talk to Zookeeper, so the
> external load balancer is no advantage there.
>
> CloudSolrServer will be smart about knowing who the leaders are,
> eventually will do hashing, will auto add/remove nodes from rotation based
> on the cluster state in Zookeeper, and is probably out of the box more
> intelligent about retrying on some responses (for example responses that
> are returned on shutdown or startup).
>
> - Mark
>
> On Nov 19, 2012, at 6:54 AM, Marcin Rzewucki <mrzewu...@gmail.com> wrote:
>
> > Hi,
> >
> > As far as I know CloudSolrServer is recommended to be used for indexing
> to
> > SolrCloud. I wonder what are advantages of this approach over external
> > load-balancer ? Let's say I have 4 nodes SolrCloud (2 shards + replicas)
> +
> > 1 server running ZooKeeper. I can use CloudSolrServer for indexing or use
> > load-balancer and send updates to any existing node. In former case it
> > seems that ZooKeeper is a single point of failure - indexing is not
> > possible if it is down. In latter case I can still indexing data even if
> > some nodes are down (no data outage). What is better for reliable
> indexing
> > - CloudSolrServer, load-balancer or you know some different methods worth
> > to consider ?
> >
> > Regards.
>
>

Reply via email to