MINOR: Use the correct processor id in the processor thread name#294
Closed
ijuma wants to merge 1 commit intoapache:trunkfrom
Closed
MINOR: Use the correct processor id in the processor thread name#294ijuma wants to merge 1 commit intoapache:trunkfrom
ijuma wants to merge 1 commit intoapache:trunkfrom
Conversation
Member
Author
|
Tests passed locally. |
Contributor
|
Thanks for the patch. LGTM |
cmccabe
referenced
this pull request
in confluentinc/kafka
Apr 22, 2019
Merge the open source code from https://github.com/confluentinc/support-metrics-common and https://github.com/confluentinc/support-metrics-client into Confluent Community Kafka. bin/kafka-server-start will now start an instance of SupportedKafka. Disable source header validation and indentation validation for now, since the proactive support files differ slightly in these regards. Add a confluent-import-control.xml file to handle Confluent-specific import control settings. Fix the code to conform to checkstyle, and fix a few minor spotbugs errors. Remove aspect4j dependency and guava dependency in favor of junit and the standard library.
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 4, 2022
…ts (apache#294) TICKET = LIKAFKA-37080 LI_DESCRIPTION = Added rate metrics for metadata requests sent by producer/consumer/kafka admin clients. EXIT_CRITERIA = When this feature is merged into upstream kafka and pulled into this repo. (cherry picked from commit 77cad71) Co-authored-by: Zhe Song <zhsong@linkedin.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 28, 2022
…ts (apache#294) TICKET = LIKAFKA-37080 LI_DESCRIPTION = Added rate metrics for metadata requests sent by producer/consumer/kafka admin clients. EXIT_CRITERIA = When this feature is merged into upstream kafka and pulled into this repo. (cherry picked from commit 77cad71) Co-authored-by: Zhe Song <zhsong@linkedin.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Jun 16, 2022
…ts (apache#294) TICKET = LIKAFKA-37080 LI_DESCRIPTION = Added rate metrics for metadata requests sent by producer/consumer/kafka admin clients. EXIT_CRITERIA = When this feature is merged into upstream kafka and pulled into this repo. (cherry picked from commit 77cad71) Co-authored-by: Zhe Song <zhsong@linkedin.com>
davide-armand
pushed a commit
to aiven/kafka
that referenced
this pull request
Dec 1, 2025
* Lock logs when commit file merge work items [INK-234] This will prevent, for example, a race between merge commit that touches some batches and log truncation or deletion that delete those batches. * Add ordering to lock in delete_records_v1
jeqo
pushed a commit
to aiven/kafka
that referenced
this pull request
Jan 16, 2026
* Lock logs when commit file merge work items [INK-234] This will prevent, for example, a race between merge commit that touches some batches and log truncation or deletion that delete those batches. * Add ordering to lock in delete_records_v1
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.
This restores the behaviour before 1265d7c.