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

SUP-17558: Fix the abandoned binary data, caused by the unstable natu… #1648

Merged
merged 10 commits into from
Jan 28, 2025

Conversation

plyhun
Copy link
Contributor

@plyhun plyhun commented Jan 15, 2025

…re of BulkActionContext

Abstract

The current nature of BulkActionContext is weak, allowing it being abandoned at any time with no processing, on the one hand, and ignoring or misplacing it, on the other. Here the part of the BAC refactoring consists of injecting it into the Tx, the same as is done with the event queue, but with paying attention to its processing, started manually (this is the main difference with event queue, that is executed on Tx success automatically). Plus, the extra actions for deletion the folders traces for the deleted binary is implemented, as well as the check/repair for the already abandoned binaries.

Checklist

General

  • Added abstract that describes the change
  • Added changelog entry to /CHANGELOG.adoc
  • Ensured that the change is covered by tests
  • Ensured that the change is documented in the docs

On API Changes

  • Checked if the changes are breaking or not
  • Added GraphQL API if applicable
  • Added Elasticsearch mapping if applicable

@plyhun plyhun changed the title WIP: SUP-17558: Fix the abandoned binary data, caused by the unstable natu… SUP-17558: Fix the abandoned binary data, caused by the unstable natu… Jan 20, 2025
@plyhun plyhun requested a review from npomaroli January 20, 2025 16:18
@plyhun plyhun self-assigned this Jan 20, 2025
@plyhun plyhun requested a review from npomaroli January 28, 2025 11:45
@plyhun plyhun merged commit c79cee6 into hotfix-2.1.x Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants