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

Lock not released when "insufficient memory" for pod #436

Closed
ppatierno opened this issue May 14, 2018 · 1 comment
Closed

Lock not released when "insufficient memory" for pod #436

ppatierno opened this issue May 14, 2018 · 1 comment

Comments

@ppatierno
Copy link
Member

When the resources memory "request" cannot be handled due to insufficient memory, the lock is not released and the cluster operator stuck.
Scenario ...
Create a cluster with default configuration.
Update the cluster config map adding a kafka-resources with a memory request too high for the current available memory.
The cluster operator starts rolling update, shuts down the first kafka broker and tries to spin up a new one but "0/1 nodes are available: 1 Insufficient memory." happens.
The lock is never released. The cluster operator is unusable.

I guess it should happen for Zookeeper as well.

@scholzj
Copy link
Member

scholzj commented May 14, 2018

This looks like an issue caused by missing timeout in rolling update. In such case this will be a duplicate for #127

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

No branches or pull requests

2 participants