-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recipe: Barrier #42
Comments
This would be a great addition for redis_failover, since it would be used for coordinated failover. I had two rough implementations of a latch / barrier based on ZK groups. I am sure they have holes, however. Latch: https://gist.github.com/3f262126207fe55141d2 It probably makes sense to implement the barrier based on the recipe that @eric pasted above, as opposed to trying to overlay it on top of ZK groups. Not sure. |
I've been thinking about this for a while, and I would like to make the
The next 3 weeks or so are going to be pretty intensive as I transition to On Sunday, August 26, 2012, Eric Lindvall wrote:
|
From http://zookeeper.apache.org/doc/trunk/recipes.html
I plan on implementing this at some point if no one else does first...
I haven't decided if it makes sense to be in this gem or in a recipes gem. It seems reasonable it should be in the same place the locker is...
The text was updated successfully, but these errors were encountered: