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

Add FV and Blobs not cleaned up on failed transactions in query handle #189

Open
ifadams opened this issue Jul 24, 2024 · 0 comments
Open
Labels
Bug Indicates unexpected or undesired behaviors Priority: Backlog Tasks that are not pressing, but to be tracked and revisited

Comments

@ifadams
Copy link
Contributor

ifadams commented Jul 24, 2024

Describe the bug
Currently the query cleanup logic PMGD query handling class does not include removal of stored FVs and blobs for failed transactions, meaning there is a risk of space leakage when a VDMS transaction is rolled back.

To Reproduce

Difficult to deterministically reproduce at it requires a transaction failure at the database level for PMGD, however the internal logic does not account for FV or Blob removal so its an obvious risk point.

Expected behavior
In the event an internal error that triggers a rollback, the written data should also be removed.

Currently this is an unlikely case, but we should not lose track of it.

@ifadams ifadams added Bug Indicates unexpected or undesired behaviors Priority: Backlog Tasks that are not pressing, but to be tracked and revisited labels Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indicates unexpected or undesired behaviors Priority: Backlog Tasks that are not pressing, but to be tracked and revisited
Projects
None yet
Development

No branches or pull requests

1 participant