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-16540: Update partitions if min isr config is changed. #18148

Merged
merged 12 commits into from
Jan 24, 2025

Conversation

CalvinConfluent
Copy link
Contributor

https://issues.apache.org/jira/browse/KAFKA-16540
If the min isr config is changed, we need to update the partitions with ELR if possible.

@CalvinConfluent CalvinConfluent marked this pull request as ready for review December 11, 2024 22:06
@github-actions github-actions bot added triage PRs from the community kraft labels Dec 11, 2024
Copy link

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

Copy link

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

@github-actions github-actions bot added the core Kafka Broker label Jan 11, 2025
@github-actions github-actions bot removed triage PRs from the community needs-attention labels Jan 11, 2025
@@ -1558,12 +1562,12 @@ private QuorumController(
setLogContext(logContext).
setSnapshotRegistry(snapshotRegistry).
setKafkaConfigSchema(configSchema).
setFeatureControl(featureControl).
setExistenceChecker(resourceExists).
setAlterConfigPolicy(alterConfigPolicy).
setValidator(configurationValidator).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this doesn't need to be changed :)

Can leave the setFeatureControl on the line it was previously :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@cmccabe cmccabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending Jenkins.

@cmccabe cmccabe merged commit 6235a73 into apache:trunk Jan 24, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Kafka Broker kraft
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants