Skip to content

Comments

KAFKA-948 : Update ReplicaStateMachine.scala#5

Closed
dibbhatt wants to merge 1 commit intoapache:0.8.0-beta1-candidate1from
dibbhatt:patch-1
Closed

KAFKA-948 : Update ReplicaStateMachine.scala#5
dibbhatt wants to merge 1 commit intoapache:0.8.0-beta1-candidate1from
dibbhatt:patch-1

Conversation

@dibbhatt
Copy link

KAFKA-948
When the broker which is the leader for a partition is down, the ISR list in the LeaderAndISR path is updated. But if the broker , which is not a leader of the partition is down, the ISR list is not getting updated. This is an issue because ISR list contains the stale entry.

KAFKA-948
When the broker which is the leader for a partition is down, the ISR list in the LeaderAndISR path is updated. But if the broker , which is not a leader of the partition is down, the ISR list is not getting updated. This is an issue because ISR list contains the stale entry.
ymatsuda referenced this pull request in confluentinc/kafka Aug 5, 2015
ymatsuda pushed a commit to ymatsuda/kafka that referenced this pull request Aug 21, 2015
Alternative API with KStream on top of Processor
Parth-Brahmbhatt added a commit to Parth-Brahmbhatt/kafka that referenced this pull request Oct 15, 2015
BUG-40757: Making Authorizer ACL check for list as one of the 3 requi…
benstopford pushed a commit to benstopford/kafka that referenced this pull request Dec 18, 2015
KAFKA-2979: Added SSL support for security rolling upgrade. Refactor.
@guozhangwang
Copy link
Contributor

Hi @dibbhatt Could you close this PR? @junrao has some explanations on the ticket, and we cannot close PRs ourselves.

@dibbhatt dibbhatt closed this Jan 29, 2016
@dibbhatt
Copy link
Author

done

On Thursday, 28 January 2016 5:34 PM, Guozhang Wang <notifications@github.com> wrote:

Hi @dibbhatt Could you close this PR? @junrao has some explanations on the ticket, and we cannot close PRs ourselves.—
Reply to this email directly or view it on GitHub.

resetius added a commit to resetius/kafka that referenced this pull request Jun 7, 2016
jamesrgrinter pushed a commit to jamesrgrinter/kafka that referenced this pull request Feb 2, 2018
Add 0 -> 1 translation forMapR Streams offset position on empty topic…
kehuum pushed a commit to kehuum/kafka that referenced this pull request Mar 27, 2019
abhishekmendhekar pushed a commit to abhishekmendhekar/kafka that referenced this pull request Jun 12, 2019
…instead of in .travis.yml (apache#5)

TICKET =
LI_DESCRIPTION =

EXIT_CRITERIA = MANUAL ["describe exit criteria"]
guozhangwang referenced this pull request in guozhangwang/kafka Jun 13, 2019
xiowu0 pushed a commit to xiowu0/kafka that referenced this pull request Jul 10, 2019
TICKET =
LI_DESCRIPTION =

[LI-HOTFIX] Add build changes to publish github LinkedIn Kafka artifacts to bintray (#1)
TICKET =
LI_DESCRIPTION =

[NOTE] This is a temporary measure to publish artifacts until CI is properly set up to do the job automatically. Users are not expected to run this themselves.

EXIT_CRITERIA = MANUAL ["describe exit criteria"]

[LI-HOTFIX] Add changes for CI builds and publishing artifacts to bintray. (#2)
TICKET =
LI_DESCRIPTION =

Travis will kick off a build and publish artifacts to bintray upon creating a tag in the "x.y.z.w" format.

EXIT_CRITERIA = MANUAL ["describe exit criteria"]

[LI-HOTFIX] Try different encrypted bintray-related env variables for Travis (apache#4)
TICKET =
LI_DESCRIPTION =

Travis couldn't access one of the initially encrypted variables for some reason.

EXIT_CRITERIA = MANUAL ["describe exit criteria"]

[LI-HOTFIX] Set Bintray-related env variables via repository setting instead of in .travis.yml (apache#5)
TICKET =
LI_DESCRIPTION =

EXIT_CRITERIA = MANUAL ["describe exit criteria"]

[LI-HOTFIX] Use the maven repo under the LinkedIn Bintray account to publish artifacts (apache#25)
TICKET =
LI_DESCRIPTION =

EXIT_CRITERIA = MANUAL ["describe exit criteria"]

EXIT_CRITERIA = MANUAL ["describe exit criteria"]
# EXIT_CRITERIA = <EXIT_CRITERIA> <PARAMETERS>
# e.g.,
# when the specified hash(s) is presented in the history, this commit is no longer needed:
# EXIT_CRITERIA = HASH [<hash1>, <hash2> ...]
# When the specified tickets are closed and there are patches with these tickets in the title in the commit history, this commit is no longer needed:
# EXIT_CRITERIA = TICKET [<ticket1>, <ticket2> ...]
# The exit criteria for this commit requires manual investigation:
# EXIT_CRITERIA = MANUAL [<description>]
lianetm pushed a commit to lianetm/kafka that referenced this pull request Jun 12, 2023
NodeStatusDetector is a new interface that abstracts two the methods from ConsumerNetworkClient (isUnavailable and maybeThrowAuthFailure) for use in NetworkClientDelegate. This allows the shared code (e.g. AbstractFetch) to bridge between those two implementations.
apalan60 referenced this pull request in apalan60/kafka Apr 21, 2025
apalan60 referenced this pull request in apalan60/kafka Apr 28, 2025
FrankYang0529 pushed a commit to FrankYang0529/kafka that referenced this pull request Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants