-
Notifications
You must be signed in to change notification settings - Fork 42
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
Provider doesn't exit when a kafka-connect cluster is on 100% CPU utilization #37
Comments
There seems to be a threshold on the amount of connector resources where this happens. If I target all of them, the provider endlessly keeps the plan going, but in a few occasions, it succeeds. If I target 70% of them, it succeeds all the time. Any clues on what might be the problem? |
I can second this. Have this issue when running v0.2.3, do you get this issue on v0.2.2? Also how many connectors are you running? We have 128 connectors we are trying to check via terraform plan. |
Seems to get to around 100 connectors then hang. |
In my case it was around 70. But CPU was also 100% |
@Mongey do you have any thoughts on if this is a issue with code or possibly a issue/limitation from the terraform side (or machine CPU/Memory related)? If you can help point me in the right direction, I wouldn't mind spending some time on trying to dig into this and maybe create a PR if possible. |
Provider does not exit when a kafka-connect cluster is unresponsive, leading to endless
messages
This happens when I target multiple connectors of the same cluster, but not when I am targeting only 1 or a few of them.
The text was updated successfully, but these errors were encountered: