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

[fix][broker] Replication stuck when partitions count between two clusters is not the same #22983

Merged
merged 16 commits into from
Jul 15, 2024
Prev Previous commit
Next Next commit
cleanup the resource that the test created
  • Loading branch information
poorbarcode committed Jul 15, 2024
commit 9c1549848de8f1133d1973114fef37e473f0d2e1
Original file line number Diff line number Diff line change
Expand Up @@ -1157,5 +1157,7 @@ public void testDifferentTopicCreationRule(ReplicationMode replicationMode) thro
});
admin1.topics().delete(tp, false);
admin2.topics().delete(tp, false);
admin1.namespaces().deleteNamespace(ns);
admin2.namespaces().deleteNamespace(ns);
}
}
Loading