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

[BUG] Fix default partition #79

Open
charles-typ opened this issue Jul 2, 2019 · 0 comments
Open

[BUG] Fix default partition #79

charles-typ opened this issue Jul 2, 2019 · 0 comments

Comments

@charles-typ
Copy link
Collaborator

charles-typ commented Jul 2, 2019

Currently, we are not actually using the default partition because whenever we destroy a partition and build a default partition on top of it, the client map would be removed, therefore the default partition message "!block_moved" could not reach the request client anyway. We use sending a failure message(seq -1) to end the connection.

This approach conflicts with fault tolerance, since we can't differentiate an adversary sending a message with all (seq -1) from we consciously want to end the connection.

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