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

[v23.2.x] txns: fix list txns failure when it's used before find_coordinator #12584

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

rystsov
Copy link
Contributor

@rystsov rystsov commented Aug 3, 2023

Backport of PR #12116

Fixes #12583

find_coordinator creates txn coordinator's topic when it's used for
the first time. list txns api expects the topic to be already created
so it used to fail when the api was invoked before find_coordinator.
Fixed the problem by creating the topic on the first list txns call.

fixes redpanda-data#11947

(cherry picked from commit 85ad993)
@rystsov rystsov added the kind/backport PRs targeting a stable branch label Aug 3, 2023
@rystsov rystsov added this to the v23.2.x-next milestone Aug 3, 2023
@rystsov rystsov merged commit e8a873c into redpanda-data:v23.2.x Aug 7, 2023
10 checks passed
@BenPope BenPope modified the milestones: v23.2.x-next, v23.2.4 Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants