Skip to content
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

Adding support for sessions and locking in the KV store #162

Merged
merged 30 commits into from
May 20, 2014
Merged

Conversation

armon
Copy link
Member

@armon armon commented May 20, 2014

This PR adds support for "sessions". Sessions are a binding layer between nodes, checks and KV pairs. It enables keys to be locked and automatically released when a session is invalidated either due to de-registration, failing health checks, or an operator intervention. This can be used as the foundation for a client leader election system similar to Google Chubby.

armon added a commit that referenced this pull request May 20, 2014
Adding support for sessions and locking in the KV store
@armon armon merged commit e128962 into master May 20, 2014
@armon armon deleted the f-locking branch May 20, 2014 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant