Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

GC not cleaning version objects if session is always alive #89

Open
dgasull opened this issue Apr 11, 2021 · 0 comments
Open

GC not cleaning version objects if session is always alive #89

dgasull opened this issue Apr 11, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dgasull
Copy link
Contributor

dgasull commented Apr 11, 2021

After consolidating an object, GC should remove all versions created.

For GC, session, alias and federation references (i.e. any replica location in another dataClay) 'retain' the object.

If we run a COMPSs application that starts and finishes, then all versions are removed when session is closed, however, if the application never ends or we are interested on cleaning versioned objects, we cannot do it since the session is retaining them.

Consolidate algorithm only updates original replica but is not "going to each version to detach the object from the session", since this could be a performance penalty.

Any suggestions?

@dgasull dgasull added the bug Something isn't working label Apr 11, 2021
@dgasull dgasull self-assigned this Apr 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant