Open JFlath opened 1 year ago
This issue hasn't seen activity in 3 months. If you want to keep it open, post a comment or remove the stale
label – otherwise this will be closed in two weeks.
Please keep this open
This issue hasn't seen activity in 3 months. If you want to keep it open, post a comment or remove the stale
label – otherwise this will be closed in two weeks.
Please keep this open
@alexstuckeyjump do you happen to have a reproducer or confirmation that this issue happens with latest versions? We have reworked our entire transactions subsystem in v24.2.x. Would you be able to give that a go and see if this is fixed already?
Version & Environment
Redpanda version: (use
rpk version
):23.2.8
What went wrong?
When rolling back a transaction, Redpanda exhibits correct functional behaviour wrt actual messages that can be consumed, however ends up reporting a committed offset 1 higher than AK.
What should have happened instead?
The same value should be reported for consistency across platforms.
How to reproduce the issue?
ListCommittedOffsets
- obvserve that AK reports N+1 and RP reports N+2.Additional information
https://redpandadata.slack.com/archives/C01ND4SVB6Z/p1694098547528039
JIRA Link: CORE-1440