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

when node fails, failed node's predecessor needs to send new backup #4

Open
conniec opened this issue Jun 2, 2013 · 2 comments
Open
Assignees
Milestone

Comments

@conniec
Copy link
Collaborator

conniec commented Jun 2, 2013

Nodes A --> B --> C --> A

If A fails, then it is no longer storing backup from its predecessor, C.
C needs to send backup to its new successor (in this case B)

@ghost ghost assigned conniec Jun 2, 2013
@rreas
Copy link
Owner

rreas commented Jun 3, 2013

It seems like you can do this by simply using replicate when you update the predecessor link 😄

@conniec
Copy link
Collaborator Author

conniec commented Jun 5, 2013

after we notify the new sucessor, also send them our data

384d972

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

2 participants