forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
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-18003 add test to make sure Admin#deleteRecords can handle the corrupted records #6
Closed
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
…pache#17806) KafkaShareConsumer had a constructor which was marked as public in error and should have been package-private.
…apache#17802) Reviewers: TengYao Chi <[email protected]>, Chia-Ping Tsai <[email protected]>
…s large (apache#17794) If a user has configured value of `retention.ms` to a value greater than current unix timestamp epoch, then we fail cleanup of a remote log segment with an error. This change fixes the bug by handling this case of large `retention.ms` correctly. Reviewers: Divij Vaidya <[email protected]>
…OKEEPER-3779, which can't run under JDK 11. (apache#17625) Reviewers: Chia-Ping Tsai <[email protected]>
…ation delay (apache#17709) Reviewers: Jun Rao <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Justine Olshan <[email protected]>
Reviewers: Matthias J. Sax <[email protected]>, Justine Olshan <[email protected]>
…ersWithSameSecurityProtocolBaseTest to KRaft (apache#17803) Reviewers: Justine Olshan <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Chia-Ping Tsai <[email protected]>
Reviewers: Bill Bejeck <[email protected]>, Chia-Ping Tsai <[email protected]>
This commit adds AK 3.9 to the system tests on trunk. Follow-up of apache#17797 Reviewers: Chia-Ping Tsai <[email protected]>, Bruno Cadonna <[email protected]>
…uthorizationException and GroupAuthorizationException (apache#17516) Reviewers: Lianet Magrans <[email protected]>, Kirk True <[email protected]>
…pache#17542) Reviewers: Mickael Maison <[email protected]>
…aneous calls to access global variables (apache#17739) Reviewers: Andrew Schofield <[email protected]>, Apoorv Mittal <[email protected]>, Jun Rao <[email protected]>
Reviewers: Lianet Magrans <[email protected]>
…sumer_test.py system tests (apache#17777) Reviewers: Lianet Magrans <[email protected]>
…pache#17773) Adds support for UpdateRaftVoterRequest in KafkaNetworkChannel. This addresses the following scenario: * Bootstrap a KRaft Controller quorum in dynamic mode * Start additional controllers (as observers) * Update kraft.version feature from 0 to 1 * Use kafka-metadata-quorum add-controller to promote an observer controller to a follower Reviewers: Colin Patrick McCabe <[email protected]>, Alyssa Huang <[email protected]>
…both common/uncommon cases of share fetch (apache#17825) Reviewers: Jun Rao <[email protected]>
…e corrupted records
brandboat
force-pushed
the
KAFKA-18003
branch
from
November 17, 2024 09:33
ad39ec2
to
72908c2
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.
Committer Checklist (excluded from commit message)