-
Notifications
You must be signed in to change notification settings - Fork 693
Open
Labels
kind/backportPRs targeting a stable branchPRs targeting a stable branch
Milestone
Description
Backport #28372 to branch v25.2.x. This issue was created as a placeholder because the original PR's commit(s) could not be automatically cherry-picked.
Here are the commands to execute:
git checkout v25.2.x
git checkout -b manual-backport-28372-v25.2.x-814
git cherry-pick -x b5ce222b88 3e659635e5
git push origin manual-backport-28372-v25.2.x-814
gh pr create \
--title "[v25.2.x] Fixed non translatable high watermark" \
--base "v25.2.x" \
--label "kind/backport" \
--head "manual-backport-28372-v25.2.x-814" \
--draft \
--repo "redpanda-data/redpanda" \
--milestone "v25.2.x-next" \
--body "Backport of PR https://github.com/redpanda-data/redpanda/pull/28372 "
Metadata
Metadata
Assignees
Labels
kind/backportPRs targeting a stable branchPRs targeting a stable branch