Skip to content
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
wants to merge 21 commits into from

Conversation

brandboat
Copy link
Owner

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

AndrewJSchofield and others added 4 commits November 14, 2024 14:05
…pache#17806)

KafkaShareConsumer had a constructor which was marked as public in error and should have been package-private.
…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]>
apoorvmittal10 and others added 17 commits November 14, 2024 07:44
…ersWithSameSecurityProtocolBaseTest to KRaft (apache#17803)

Reviewers: Justine Olshan <[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]>
…aneous calls to access global variables (apache#17739)

Reviewers: Andrew Schofield <[email protected]>, Apoorv Mittal <[email protected]>, Jun Rao <[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]>
@brandboat brandboat closed this Nov 17, 2024
@github-actions github-actions bot added the kraft label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.