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 concept of object ownership change (on peer disconnection and explicitly) #1

Open
chrfrantz opened this issue Oct 8, 2012 · 0 comments
Assignees

Comments

@chrfrantz
Copy link
Member

Currently, if a peer leaves the system (or is disconnected), his objects are also removed from the system. Instead of that, an alternative policy (in addition to the existing one for application-dependent choice) should ensure that such objects are not removed but managed by another existing peer (e.g. the longest running peer). If the original peer reconnects, he needs to recognize that he lost ownership of that object.
Ownership should also be explicitly transferrable, i.e. an owner can explicitly choose another peer who should then be responsible for that object.

@ghost ghost assigned ndlewis Oct 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants