You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redpanda version: v23.1.7 (rev 8ce86e4)
OS version: Debian 11 (bullseye)
What went wrong?
I can no longer consume from my topic (i.e. it seems to be "frozen" and the consumer just hangs), and the following log message is repeatedly printed to the journal.
Apr 20 14:41:14 oliver-debian-vm rpk[2667960]: WARN 2023-04-20 14:41:14,202 [shard 2] kafka - connection_context.cc:451 - Error processing request: std::runtime_error (ntp {kafka/queue/0}: log offset 1693 is outside the translation range (starting at 1694))
What should have happened instead?
I can consume from the topic as normal, and no warning is printed to the journal.
How to reproduce the issue?
Create a new topic with the following configuration
Wait for a segment to be created (as evidenced by Creating new segment [...] in the journal)
Produce more messages to the topic - it seems to be important that you produce a number of messages (in our case, it's about 1500 messages in less than a second). In my testing, I haven't been able to reproduce the issue if I just produce one message at a time using something like rpk topic produce.
Try to consume (using rpk topic consume queue
Observe that no messages are available (even if you continue to produce messages while consuming) and the warning message printed to the journal
Additional information
Please attach any relevant logs, backtraces, or metric charts.
@jbguerraz#8978 was an issue found when Redpanda uploads to remote storage data. Are you seeing it in that context? Do you have tiered storage enabled?
Closing this. v23.1 is EOL and there have been several fixes to offset translation which may have fixed this issue. Please re-open if you experience this agian.
Version & Environment
Redpanda version: v23.1.7 (rev 8ce86e4)
OS version: Debian 11 (bullseye)
What went wrong?
I can no longer consume from my topic (i.e. it seems to be "frozen" and the consumer just hangs), and the following log message is repeatedly printed to the journal.
What should have happened instead?
I can consume from the topic as normal, and no warning is printed to the journal.
How to reproduce the issue?
Creating new segment [...]
in the journal)rpk topic produce
.rpk topic consume queue
Additional information
Please attach any relevant logs, backtraces, or metric charts.
JIRA Link: CORE-1284
The text was updated successfully, but these errors were encountered: