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-18743: leader.imbalance.per.broker.percentage is not supported by Kraft #18821

Merged
merged 4 commits into from
Feb 10, 2025

Conversation

Yunyung
Copy link
Contributor

@Yunyung Yunyung commented Feb 6, 2025

Description

Remove leader.imbalance.per.broker.percentage as it is only for ZK.

Jira: https://issues.apache.org/jira/browse/KAFKA-18743

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions bot added triage PRs from the community core Kafka Broker small Small PRs labels Feb 6, 2025
Copy link
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

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

@Yunyung please add this change to zk2kraft.html

@@ -103,6 +103,15 @@ <h5 class="anchor-heading">Removal Zookeeper configs</h5>
<li><code>advertised.listeners</code></li>
</ul>
</li>
<li>
<p>
Removed the leader imbalance configuration used only in ZooKeeper. In KRaft mode, <code>leader.imbalance.per.broker.percentage</code>
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we can add a bit explanation for it? could you please take a look at the jira that I have written the purpose of this config.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

Screenshot from 2025-02-07 04-23-50

@github-actions github-actions bot removed the triage PRs from the community label Feb 7, 2025
@chia7712
Copy link
Member

chia7712 commented Feb 7, 2025

@Yunyung could you please rebase code to run QA again?

Copy link
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

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

@chia7712 chia7712 merged commit 4e36368 into apache:trunk Feb 10, 2025
7 of 9 checks passed
chia7712 pushed a commit that referenced this pull request Feb 10, 2025
…t supported by Kraft (#18821)

Remove `leader.imbalance.per.broker.percentage` from config.
Add `leader.imbalance.per.broker.percentage` to release note

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
ijuma added a commit to ijuma/kafka that referenced this pull request Feb 11, 2025
…ssume-baseline-3.3-for-server

* apache-github/trunk:
  KAFKA-18366 Remove KafkaConfig.interBrokerProtocolVersion (apache#18820)
  KAFKA-18658 add import control for examples module (apache#18812)
  MINOR: Java version and TLS documentation improvements (apache#18822)
  KAFKA-18743 Remove leader.imbalance.per.broker.percentage as it is not supported by Kraft (apache#18821)
  KAFKA-18225 ClientQuotaCallback#updateClusterMetadata is unsupported by kraft (apache#18196)
  KAFKA-18441: Remove flaky tag on KafkaAdminClientTest#testAdminClientApisAuthenticationFailure (apache#18847)
  MINOR: fix KStream#to incorrect javadoc (apache#18838)
  KAFKA-18763: changed the assertion statement for acknowledgements to include only successful acks (apache#18846)
  MINOR: Accept specifying consumer group assignors by their short names (apache#18832)
pdruley pushed a commit to pdruley/kafka that referenced this pull request Feb 12, 2025
…t supported by Kraft (apache#18821)

Remove `leader.imbalance.per.broker.percentage` from config.
Add `leader.imbalance.per.broker.percentage` to release note

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-approved core Kafka Broker small Small PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants