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

Abort translation using translation task abort source #24641

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

mmaslankaprv
Copy link
Member

@mmaslankaprv mmaslankaprv commented Dec 23, 2024

Partition data translation may take long time, passing in abort source to datalake::record_multiplexer will allow us to timely stop the translation when partition is stopping. The translation result would be discarded anyway as all cloud IO is already stopped.

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
  • v24.3.x
  • v24.2.x
  • v24.1.x

Release Notes

  • none

ztlpn
ztlpn previously approved these changes Dec 23, 2024
Partition data translation may take long time, passing in abort source
to `datalake::record_multiplexer` will allow us to timely stop the
translation when partition is stopping. The translation result would be
discarded anyway as all cloud IO is already stopped.

Signed-off-by: Michał Maślanka <[email protected]>
@mmaslankaprv mmaslankaprv merged commit 1c2f495 into redpanda-data:dev Dec 23, 2024
17 checks passed
@vbotbuildovich
Copy link
Collaborator

/backport v24.3.x

@vbotbuildovich
Copy link
Collaborator

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

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-24641-v24.3.x-583 remotes/upstream/v24.3.x
git cherry-pick -x d32b3897a2

Workflow run logs.

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.

4 participants