-
Notifications
You must be signed in to change notification settings - Fork 601
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
kafka: fix cloud storage support for delete-records #11579
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3764687
tests: throw on error in delete records utils
andrwng 54bb805
tests: tweak cloud_storage produce utils for local segments
andrwng c5de046
cloud_storage: be less restrictive in moving start kafka offset
andrwng 4f6fa3b
kafka: clamp the start offset in Kafka layer
andrwng cb8323e
kafka: plumbing for archival prefix truncate
andrwng 82f9ffc
cluster: make archival listen for prefix_truncate batch
andrwng 25a217f
cloud_storage: fix offset-based archive retention condition
andrwng 682ee06
cluster: remove restrictions on delete-records
andrwng bbe6ff3
cluster: do not translate log_eviction_stm offset on read replicas
andrwng 61fd5d8
tests: case for syncing start kafka offset override on read replicas
andrwng bd613bf
tests: add list offsets kafka utils
andrwng 2668cb4
kafka: clamp start offset on read replicas
andrwng 950084b
kafka: reject delete records on read replicas
andrwng e08bdd2
cloud_storage: account for start override in STM manifest retention
andrwng 530ebec
cloud_storage: small logging improvements
andrwng 1e42144
tests: fixture test for consuming after delete-records
andrwng fe52e2b
tests: add timestamps to remote_segment_generator
andrwng bb69227
kafka: bump timequery results up to start override
andrwng 39ebf96
kafka: check for truncated log before returning from fetch
andrwng 3dc5bcf
tests: add offset_for_leader_epoch utils
andrwng 4de15f5
kafka: bump result of leader_epoch_last_offset to start offset
andrwng f1368e5
ducktape: tests for delete-records
andrwng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicee , I didn't think of this +1