-
Notifications
You must be signed in to change notification settings - Fork 597
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] [backport] tx: add more trace logging in init_producer_id code path #14448
Merged
bharathv
merged 5 commits into
redpanda-data:v23.2.x
from
bharathv:v232x-more-tx-logging
Oct 26, 2023
Merged
[v23.2.x] [backport] tx: add more trace logging in init_producer_id code path #14448
bharathv
merged 5 commits into
redpanda-data:v23.2.x
from
bharathv:v232x-more-tx-logging
Oct 26, 2023
Conversation
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
bharathv
force-pushed
the
v232x-more-tx-logging
branch
from
October 26, 2023 15:52
469898b
to
bb59a69
Compare
mmaslankaprv
approved these changes
Oct 26, 2023
Renamed `get_ntp` to `ntp_for_tx_id` to better reflect the purpose of this method Signed-off-by: Michal Maslanka <michal@redpanda.com> (cherry picked from commit bc1059f)
mmaslankaprv
force-pushed
the
v232x-more-tx-logging
branch
from
October 26, 2023 17:24
9b83890
to
9dfbafa
Compare
Changed the logic in `init_tm_tx` not to retry when current node is not leader for partition hosting particular transactional id. Previously when current node wasn't a leader for partition host the transactional id the logic retired finding `tx_id` hosting `ntp` in the same way as it would be missing in metadata cache. Signed-off-by: Michal Maslanka <michal@redpanda.com> (cherry picked from commit f1b96f0)
mmaslankaprv
force-pushed
the
v232x-more-tx-logging
branch
from
October 26, 2023 17:41
9dfbafa
to
80ed295
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of PR #14401
Backport of PR #14420
Fixes: #14437
Fixes: #14463