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

Consistency error with R = 1 #7

Open
vrv opened this issue Nov 6, 2010 · 0 comments
Open

Consistency error with R = 1 #7

vrv opened this issue Nov 6, 2010 · 0 comments

Comments

@vrv
Copy link
Owner

vrv commented Nov 6, 2010

When the system is run with R=1 (no replicas), then there is a potential consistency bug (as verified by dBug: http://www.cs.cmu.edu/~jsimsa/dbug/ )

Specifically, when a node joins the system, it takes over for a range from another node. Get() requests during a particular time in this process must be served by an interim tail (the node before the old tail) of a chain. With R > 1, this interim tail exists, but when R=1, there is no interim tail. Therefore, these requests need to be buffered and sent later, or alternatively should return an error of the form "try again" so that the node join can complete fully.

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

No branches or pull requests

1 participant