Incubaid / arakoon

A consistent distributed key-value store
http://arakoon.org
Apache License 2.0
84 stars 17 forks source link

don't keep the lease_start in the store, always initialize it to the #445

Closed domsj closed 10 years ago

domsj commented 10 years ago

current time such that a node will respect another master for at least an entire lease_period when it wakes up.

NicolasT commented 10 years ago

Will this also behave the same when there is no *master in the store?

domsj commented 10 years ago

I think so, that's the

     with Not_found ->
       None

path which I left unchanged