Replica Fall

Hi,

If a replica shard falls for a long time and then is up again, does this
replica overwritten by the replica created in another node or does being
updated only with the missing parts.

If the new replica overrides the old, does it create a traffic issue, if
the replica is very big?

Thanks,

Ophir

--
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.

Ophir Michaeli wrote:

If a replica shard falls for a long time and then is up again, does
this replica overwritten by the replica created in another node or
does being updated only with the missing parts.

Depends on what data is lost. ES can avoid recopying data if there
are Lucene segments intact on the replica.

If the new replica overrides the old, does it create a traffic
issue, if the replica is very big?

ES will throttle the number of replications per node to attempt to
not saturate the network. If the shard is large, though, it can
indeed take a while to copy. This is almost entirely dependent on
the network. ES adds negligible overhead here.

-Drew

--
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.