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

fix: Bucket not empty error on rollback #83

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

kichik
Copy link
Member

@kichik kichik commented Oct 17, 2023

Attempt to fix errors where a bucket is being deleted on rollback, but it's nto empty. The auto object remover should delete everything before the bucket is deleted. I think what's happening is that some rollback of a packager writes to the bucket after the auto-deleter gets rolled-back. This attempts to fix the issue by creating a dependency on the deleter from the packager.

Attempt to fix errors where a bucket is being deleted on rollback, but it's nto empty. The auto object remover should delete everything before the bucket is deleted. I think what's happening is that some rollback of a packager writes to the bucket after the auto-deleter gets rolled-back. This attempts to fix the issue by creating a dependency on the deleter from the packager.
@mergify mergify bot merged commit 06e4d38 into main Oct 17, 2023
14 checks passed
@mergify mergify bot deleted the fix-empty-bucket-error branch October 17, 2023 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant