-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[bitnami/kafka] Kafka controllers freezing periodically #31100
Comments
I changed the liveness prod to match the readiness probe. The containers are still dying but they are recovering faster customLivenessProbe:
failureThreshold: 6
initialDelaySeconds: 5
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: controller
timeoutSeconds: 10 |
Hi, the issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side. If you think that's not the case and want to contribute a solution, we'd like to invite you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here. Your contribution will greatly benefit the community. Please feel free to contact us if you have any questions or need assistance. Suppose you have any questions about the application, customizing its content, or technology and infrastructure usage. In that case, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology. With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Name and Version
bitnami/kafka:30.1.0
What architecture are you using?
None
What steps will reproduce the bug?
Running the helm charts with given values.
Are you using any custom parameters or values?
What is the expected behavior?
For the controllers to run without restarting
What do you see instead?
The controller will crash after a while and freeze Kafka until it is forced to restart. I can't exec into it, and it uses a lot of CPU power.
The last of the log messages is this.
The text was updated successfully, but these errors were encountered: