What happens with the data stored for that token range already in the cluster? will the restarted node actualize it from any of the replicas?
I readed in the maillist archives that in case of token collision, the cluster may not work correctly. But if the restarted node takes always ownership of its token it means that no collision is possible, isn't it? Thank you Carlos Pérez Miguel 2011/12/20 Brandon Williams <dri...@gmail.com>: > On Tue, Dec 20, 2011 at 2:24 PM, aaron morton <aa...@thelastpickle.com> wrote: >> Sorry, got that a little wrong. >> >> At startup the node will use the higher of the current seconds since epoch >> or the stored generation number. > > Technically stored generation + 1 so it's always increased on a restart. > > -Brandon