River plugins distribution

Hi Guys,

I wonder how are river plugins distributed in the cluster,

for example, assuming that i have 3 redis nodes and elasticsearch cluster
with 3 nodes too
if i will create 3 instances of redis river, will they be equally
distributed through elasticsearch nodes (one on every node in this case) ?
or they could all end up on this same node?

Cheers,

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

River instances are not distributed through the cluster, they live on the
node on which they are created. Only if this node stops or fails, they are
moved to another node.

Jörg

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.