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

Clean up the deleted object after a period of time if the object is not marked deleted by all ESS #71

Open
LiilyZhang opened this issue Jun 22, 2021 · 1 comment
Assignees
Labels
feature A large enhancement providing new capability

Comments

@LiilyZhang
Copy link
Contributor

When object is deleted from CSS, the object status is "objectdeleted" until all related ESS mark delete for this object. If the object is not mark deleted by all the related ESS, its metadata is always shows in CSS. Need to clean up those after passing a certain time

@LiilyZhang LiilyZhang self-assigned this Sep 13, 2021
@LiilyZhang LiilyZhang added the bug Something isn't working label Sep 13, 2021
@dabooz dabooz added feature A large enhancement providing new capability and removed bug Something isn't working labels Sep 20, 2021
@dabooz
Copy link
Member

dabooz commented Sep 20, 2021

Today, you accomplish this by deleting the object a second time. This will remove all record of it from the hub (CSS). A timer based garbage collection function is a new feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A large enhancement providing new capability
Projects
None yet
Development

No branches or pull requests

2 participants