-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Conversation
There was a problem hiding this 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
docs/zk2kraft.html
Outdated
@@ -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> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yunyung could you please rebase code to run QA again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
the failed tests are traced by following jiras
https://issues.apache.org/jira/browse/KAFKA-18105
https://issues.apache.org/jira/browse/KAFKA-16024
https://issues.apache.org/jira/browse/KAFKA-18770
…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>
…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)
…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>
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)