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

log_manager: gate orphan file cleanup #17910

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Conversation

bharathv
Copy link
Contributor

Fixes the broken promise resulting from a race during shutdown.

Fixes #17614

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x

Release Notes

  • none

Fixes the broken promise resulting from a race during shutdown.
@bharathv
Copy link
Contributor Author

Test failure is gtest_raft_rpunit, unrelated known issue.

@piyushredpanda piyushredpanda merged commit 8f59a2d into redpanda-data:dev Apr 17, 2024
14 of 17 checks passed
@bharathv bharathv deleted the fix_lm branch April 17, 2024 19:59
@vbotbuildovich
Copy link
Collaborator

/backport v23.3.x

@vbotbuildovich
Copy link
Collaborator

/backport v23.2.x

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v23.3.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-17910-v23.3.x-894 remotes/upstream/v23.3.x
git cherry-pick -x d892c64c2b467ab989bc54b7b1bb07031a86b001 91fb2c2ddaa01ffbf4dd3c2094665d037f5277dc

Workflow run logs.

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v23.2.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-17910-v23.2.x-215 remotes/upstream/v23.2.x
git cherry-pick -x d892c64c2b467ab989bc54b7b1bb07031a86b001 91fb2c2ddaa01ffbf4dd3c2094665d037f5277dc

Workflow run logs.

piyushredpanda added a commit that referenced this pull request May 22, 2024
[backport][v23.3.x] log_manager: gate orphan file cleanup #17910
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants