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

Garbage Collection of Persistent Objects #25

Open
tmagrino opened this issue Sep 20, 2018 · 1 comment
Open

Garbage Collection of Persistent Objects #25

tmagrino opened this issue Sep 20, 2018 · 1 comment

Comments

@tmagrino
Copy link
Member

Right now, Fabric does not clean up persistent objects that have "effectively" become garbage on the store. Examples include internal objects like LinkedList nodes.

I believe @liujed has done some work related to this focusing on referential integrity. I think there's also some literature on distributed garbage collection that is probably relevant to this issue.

@andrewcmyers
Copy link
Contributor

A starting point would be just to provide a direct "delete" operation so applicaitions can clean up persistent objects directly. Obviously there are some security implications.

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