Hi everybody,

>From what i understand Zookeeper consistency model work the same way as does
Scalaris.
Which is to keep the majority of the replica for an item UP.

In Scalaris i

f a single failed node does crash and recover, it simply start like a fresh
new node and all data is lost.

This is the case because it may otherwise get some inconsistencies as
another node already took over.

For a short timeframe there might be more replicas in the system than
allowed, which destroys the proper functioning of our majority based
algorithms.

So my question is how Zookeeper use the persistent storage during node
recovery, how does the

majority based algorithms is different so consistency is preserved.


Thanks a lots

Maxime Caron

Reply via email to