You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi-liang
changed the title
Deleting a persisted object does not recursively delete all the ancestors in the tree
Deleting a persisted object does not recursively delete all the descendants in the tree
Oct 7, 2022
I'm starting to think we need a separate microservice to handle specifically cleanup, both for TTL and unbounded tasks like this. While we shouldn't have an issue with circular references as each iteration removes entries referencing the previously deleted ones, this shouldn't be a potential block for more regular tasks like updating persist objects on the main persist thread.
We also don't have anything that cleans up orphans. Ideally those should be ignored by clients but it's still debris that should be cleaned out
No description provided.
The text was updated successfully, but these errors were encountered: