rpk: print why we avoid consuming#28979
Merged
Merged
Conversation
Collaborator
0b9f7ae to
d4b0ed7
Compare
Collaborator
Retry command for Build#77873please wait until all jobs are finished before running the slash command |
3eb6403 to
7e8653d
Compare
Collaborator
Retry command for Build#77917please wait until all jobs are finished before running the slash command |
Contributor
Author
|
The CI failure is tracked in https://redpandadata.atlassian.net/browse/CORE-15016 |
7e8653d to
4a9a7e2
Compare
r-vasquez
previously approved these changes
Dec 16, 2025
4a9a7e2 to
f7bd72f
Compare
Contributor
Author
|
Changed as follows per conversation with @r-vasquez: When |
f7bd72f to
cf9a6da
Compare
r-vasquez
approved these changes
Dec 18, 2025
Collaborator
|
/backport v25.3.x |
This file contains hidden or 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
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.
When a requested offset range is out of available range in a partition, we silently quit. It doesn't send a fetch request to the broker therefore no out-of-range exception is thrown.
For a better o11y, this commit exposes why we quit when requested end offset is lower than the partition's available start offset.
Added a dt test as the
filterEmptyPartitions()is a bit complicated.Backports Required
Release Notes
Improvements