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

[v22.3.x] idempotency: Fix lifetime issues from intrusive container #7893

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #7824

For non auto-unlinking intrusive containers, we need to delete
the linked object before destroying the containers, otherwise can cause
crashes.

Without this fix, there were multiple code paths that didn't exercise
this behavior causing chaos tests to crash.

(cherry picked from commit 8478438)
@vbotbuildovich vbotbuildovich added this to the v22.3.x-next milestone Dec 21, 2022
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Dec 21, 2022
@bharathv bharathv marked this pull request as ready for review December 22, 2022 18:18
@bharathv bharathv merged commit 295a153 into redpanda-data:v22.3.x Dec 22, 2022
@BenPope BenPope modified the milestones: v22.3.x-next, v22.3.10 Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants