-
Notifications
You must be signed in to change notification settings - Fork 10
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
Slow shutdown with multi-controller clusters #174
Comments
I think this is https://issues.apache.org/jira/browse/KAFKA-14287 |
Should we default to using separate brokers and controllers? Rather than combined mode? I'd say the extra memory consumption is worth it for faster tests but I don't know that's a reasonable position for the library to take without an opt out? |
I think that might be reasonable. We could either add
The former feels like it should be sufficient. |
Yeah I think a combinedMode attribute is enough. I have a loose sense that we might want to consider topology API where users can control things like ID's and racks etc but I don't have any thoughts on what form that would take or if it would really be useful. I sort of see it as being helpful for re-creating topologies in tests but not really clear if there is really value in that. I'm happy to pick this up but probably wont be for a couple days so if you want a faster fix you would need to pick it up. |
@SamBarker I've started looking at this. |
Describe the bug
When using multiple controllers a
KafkaCluster
takes 5 minutes to shutdown, every time.To Reproduce
Expected behavior
The cluster would shutdown more quickly.
Logs
logs.txt
The text was updated successfully, but these errors were encountered: