-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
txns: fix list txns failure when it's used before find_coordinator
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 #11947 (cherry picked from commit 85ad993)
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters