KAFKA-1834: No Response when handle LeaderAndIsrRequest some case#40
Closed
tedxia wants to merge 1 commit into
Closed
KAFKA-1834: No Response when handle LeaderAndIsrRequest some case#40tedxia wants to merge 1 commit into
tedxia wants to merge 1 commit into
Conversation
Contributor
|
Hi @tedxia do you mind please to use the review tool https://cwiki.apache.org/confluence/display/KAFKA/Kafka+patch+review+tool so folks can review your patch on JIRA, thanks! |
Author
|
@joestein I have add patch through kafka patch review tool, please review it, thank you. |
Member
|
@tedxia, can you please close this PR since a patch was attached to JIRA (we can't do it ourselves without asking Apache Infra via a ticket)? |
ymatsuda
pushed a commit
to ymatsuda/kafka
that referenced
this pull request
Sep 9, 2015
Address some comments
resetius
added a commit
to resetius/kafka
that referenced
this pull request
Apr 22, 2016
[LOGBROKER-1394] lost+found (fixes)
satishd
referenced
this pull request
in satishd/kafka
Mar 26, 2020
Fixed a few boundary issues in RLMMWithTopicStorage
rustd
pushed a commit
to rustd/pranavfinaldemokafka
that referenced
this pull request
Feb 9, 2024
…che#40) When building streams metadata we want to build even if the host is empty as it is a common way to find the other host addresses Reviewers: John Roesler <vvcephei@apache.org>, Anna Sophie Blee-Goldman <ableegoldman@apache.org> Co-authored-by: Walker Carlson <18128741+wcarlson5@users.noreply.github.com>
fvaleri
added a commit
to fvaleri/kafka
that referenced
this pull request
Nov 9, 2025
Fix stale bootstrap fetchers
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.
PR for KAFKA-1834
When a replica become leader or follower, if this broker no exist in assigned replicas, there are no response.