Increase segment.bytes configuration to 1MB in compaction and fetch a…#5352
Open
Ankith L (Ankith-Confluent) wants to merge 37 commits intodev_kip-932_queues-for-kafkafrom
Open
Increase segment.bytes configuration to 1MB in compaction and fetch a…#5352Ankith L (Ankith-Confluent) wants to merge 37 commits intodev_kip-932_queues-for-kafkafrom
Ankith L (Ankith-Confluent) wants to merge 37 commits intodev_kip-932_queues-for-kafkafrom
Conversation
|
🎉 All Contributor License Agreements have been signed. Ready to merge. |
013971b to
2c262c6
Compare
…borted messages tests
…ating member active state logging
…it and ensure proper segment rolls
…on for all tests with SASL
…n share group tests
…lookup and management
…source files in project configuration
…it_assignment_cnt function
…onger execution times
This change updates several test functions to use SUB_TEST instead of SUB_TEST_QUICK, ensuring consistency in test execution. The modifications affect tests related to implicit acknowledgments, session expiry, and error handling, among others. Additionally, a comment is added in test.c to highlight the need for a proper public API for accessing internal structures, which currently leads to dependencies on internal struct layouts.
… disable until fixes are applied
a777d8a to
7a23d48
Compare
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.
Fix mock broker share session management: add per-broker session lookup by NodeId, correct epoch mismatch handling to return INVALID_SHARE_SESSION_EPOCH, and add proper ShareFetch/ShareAcknowledge validation (epoch-0 ack rejection, epoch=-1 topic add/forget rejection). Update Kafka version to 4.2.0, add CI pipeline for share consumer integration tests (0170/0171), fix compaction test segment.bytes for Kafka 4.1+, and mark mock-only share tests as manual to avoid thread leak in local quick suite.