redpanda-data / redpanda-data/redpanda

[v25.3.x] rnot/smoke: enable offset_translator trace logging

Open
#29,528 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.