MINOR: Capture stderr in ConsumerPerformanceService.#331
Closed
ewencp wants to merge 1 commit into
Closed
Conversation
Contributor
|
LGTM. |
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
New jar files are being built with `cruise-control-metrics-reporter-A.B.C.jar` instead of `cruise-control-metrics-reporter.jar`, updated the doc to reflect this.
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
May 16, 2022
TICKET = KAFKA-13815 LI_DESCRIPTION = KAFKA-10002 identified that deletion of replicas can be slow when a StopReplica request is being processed, and has implemented a change to improve the efficiency. We found that the efficiency can be further improved by avoiding the reinitialization of the leader epoch cache and partition metadata for a replica that needs to be deleted. EXIT_CRITERIA = When KAFKA-13815 is resolved and the change is pulled in
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
May 16, 2022
…#331)" This reverts commit 7d784ce. During upstream review of this change, we find that there is a risk where the leader epoch cache is not re-initialized after replica deletion, and then it is subsequently used by another request. The broker could potentially crash under such sequence of events. Thus, we are reverting this change for now until we have better understanding of the implications.
davide-armand
pushed a commit
to aiven/kafka
that referenced
this pull request
Dec 1, 2025
Sync with upstream before 4.2
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.