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

Provider doesn't exit when a kafka-connect cluster is on 100% CPU utilization #37

Open
dimisjim opened this issue Dec 20, 2020 · 5 comments

Comments

@dimisjim
Copy link

dimisjim commented Dec 20, 2020

Provider does not exit when a kafka-connect cluster is unresponsive, leading to endless

[TRACE] dag/walk: vertex x is waiting for y

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.

@dimisjim
Copy link
Author

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?

@pbr0ck3r
Copy link

pbr0ck3r commented Feb 10, 2021

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.

@pbr0ck3r
Copy link

Seems to get to around 100 connectors then hang.

@dimisjim
Copy link
Author

In my case it was around 70. But CPU was also 100%

@pbr0ck3r
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants