KAFKA-2586; Enable SSL for inter-broker communication when SSL is enabled in tests#252
Closed
ijuma wants to merge 1 commit into
Closed
KAFKA-2586; Enable SSL for inter-broker communication when SSL is enabled in tests#252ijuma wants to merge 1 commit into
ijuma wants to merge 1 commit into
Conversation
|
kafka-trunk-git-pr #575 FAILURE |
Member
Author
|
Tests passed locally. Failed test in Jenkins is |
Contributor
|
Thanks for the patch. LGTM. |
efeg
added a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
blcksrx
pushed a commit
to blcksrx/kafka
that referenced
this pull request
Feb 15, 2020
Removed legacy module to reduce maintenance overhead. Moved `SupportedKafka` to core module, deprecated it and simplified it. It now just forwards to `Kafka`. Fixed some compiler warnings in support-metrics-common. Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
udaynpusa
pushed a commit
to mapr/kafka
that referenced
this pull request
Jan 30, 2024
davide-armand
pushed a commit
to aiven/kafka
that referenced
this pull request
Dec 1, 2025
This allows faster file commits (no constant scans of the `batches` table) and the `batches` will take smaller space, because it won't store all the history of sequences. The benchmark (in the end of the commit message) shows 10x speedup. This will also fix a potential (but very unlikely) problem with wraparound sequences where we may end up having multiple batches with the same base and last sequences, which would result in incorrect detection of duplicates. This commit also fixes a bug with incorrect returned assigned offset for duplicate batches.
jeqo
pushed a commit
to aiven/kafka
that referenced
this pull request
Jan 16, 2026
This allows faster file commits (no constant scans of the `batches` table) and the `batches` will take smaller space, because it won't store all the history of sequences. The benchmark (in the end of the commit message) shows 10x speedup. This will also fix a potential (but very unlikely) problem with wraparound sequences where we may end up having multiple batches with the same base and last sequences, which would result in incorrect detection of duplicates. This commit also fixes a bug with incorrect returned assigned offset for duplicate batches.
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.
No description provided.