-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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-10454 / (2.6) Update copartitionSourceGroups when optimization algorithm is triggered #9468
Conversation
…thm is triggered (apache#9237) Fix KAFKA-10454 bug Main issue was that when optimization algorithm was removing repartition nodes, corresponding copartitionSourceGroups was never updated. As a result, copartition enforcer wasn't able to do the checks and set proper number of partitions. Test ensures that whenever optimization is set, changelog topic for the table is not created. And whenever optimization is turned off, appropriate changelog topic for the table is created. Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bbejeck@gmail.com>
ok to test |
Hi @mimaison , do you think we can get this into 2.6.1? |
@bbejeck Yes we can include this into 2.6 |
@bbejeck What's the status of this PR? can we get it merged this week? |
@mimaison yes, I've been waiting on the Jenkins build which I believe is fixed now. Once I can get the build ran, I'll merge it. |
ok to test |
Test this please |
Ran the tests locally and everything passed |
merged #9468 into 2.6 |
\cc @mimaison |
cherry-picking #9237 on 2.6 branch
Committer Checklist (excluded from commit message)