redpanda-data / redpanda-data/redpanda
[v25.3.x] rnot/smoke: enable offset_translator trace logging
Open
@bharathv is already working on this.
Since Feb 4, 2026.
kind/backport
- Dominant language
- C++
- Stars
- 12.6k
- Forks
- 792
- PR merge metrics
- No merged PRs in 30d
Description
Backport https://github.com/redpanda-data/redpanda/pull/29525 to branch v25.3.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.3.x
git checkout -b manual-backport-29525-v25.3.x-270
git cherry-pick -x d6a8b39e4d
git push origin manual-backport-29525-v25.3.x-270
gh pr create \
--title "[v25.3.x] rnot/smoke: enable offset_translator trace logging" \
--base "v25.3.x" \
--label "kind/backport" \
--head "manual-backport-29525-v25.3.x-270" \
--draft \
--repo "redpanda-data/redpanda" \
--milestone "v25.3.x-next" \
--body "Backport of PR https://github.com/redpanda-data/redpanda/pull/29525 "
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.