Replies: 2 comments
-
Please keep in mind that this is fully in Apache Kafka's control. Not much Strimzi can do about this. An issue like this could be due to a Kafka issue. But could also be caused by some environmental factors. Such as network stability, resourcing issues etc. You can easily try some of them - e.g. giving it more CPU resources. While others might be harder to debug. |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for your reply, I've already tried to increase the CPU / memory resources of my controllers / brokers but without success... The purpose of my message was to know if it's not my kafka.yaml deployment that has a problem or if someone else had already had a similar problem starting from a clean installation of strimzi. I already have several other applications and have never had a network or IO problem. But since I have the impression that there's hardly anyone else in my case, I think the problem does indeed lie with my infrastructure. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
Hi,
I'm running Apache Kafka 4.0.0 IV3 with Strimzi on Kubernetes, using the KRaft mode with a dedicated controller quorum (3 controller nodes, 3 broker nodes). I'm using ArgoCD to deploy helm chart of strimzi.
This is a freshly installed cluster, and I've noticed that the active controller changes very frequently (on kafka-ui and logs), even when there is no workload or broker restarts.
The logs show that controller leadership changes regularly, despite the absence of crashes or visible errors (e.g., no stepping down due to failures). Example log entries for controllers :
and broker logs :
Steps to reproduce
Deploy a fresh cluster with this kafka.yaml
Expected behavior
The active controller should remain stable and only change in the event of a failure, maintenance event, or leadership transfer initiated by configuration.
Strimzi version
0.46.1
Kubernetes version
Kubernetes 1.28.7
Installation method
Helm chart with argocd
Infrastructure
Tanzu Kubernetes
Configuration files and logs
The zip report generated by report.sh is attached to this issue
report-03-07-2025_13-37-33.zip
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions