Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-948 : Update ReplicaStateMachine.scala #5

Closed
wants to merge 1 commit into from
Closed

KAFKA-948 : Update ReplicaStateMachine.scala #5

wants to merge 1 commit into from

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 <[email protected]> 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.
swikarpat added a commit to swikarpat/kafka that referenced this pull request Jan 3, 2025
KAFKA-15443 Upgrade RocksDB to 9.7.3

# This is the 1st commit message:

KAFKA-15443 Update rocksdb version and changes in java class

# This is the commit message apache#2:

KAFKA-15443 Upgrade RocksDB dependency and address compatibility issues

# This is the commit message apache#3:

Update RocksDBGenericOptionsToDbOptionsColumnFamilyOptionsAdapter.java

# This is the commit message apache#4:

Update RocksDBGenericOptionsToDbOptionsColumnFamilyOptionsAdapter.java

# This is the commit message apache#5:

To satisfy rocksdb 9.7.3

KAFKA-15443 Upgrade RocksDB to 9.7.3

KAFKA-15443 Upgrade RocksDB to 9.7.3

KAFKA-15443 Upgrade RocksDB to 9.7.3
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