[Bug]: Error reconciling KafkaTopic null + Broker: Unknown member #10140
Replies: 4 comments
-
I've realised the |
Beta Was this translation helpful? Give feedback.
-
It is hard to guess what the problem might be without the full logs. That said:
|
Beta Was this translation helpful? Give feedback.
-
Thank you @scholzj for the prompt response. Adding more logs |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion. We fixed numerous issues by upgrading to v0.41. Thanks |
Beta Was this translation helpful? Give feedback.
-
Bug Description
We got loads of this error while the reconciliation:
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://172.20.0.1/apis/kafka.strimzi.io/v1beta2/namespaces/kafka/kafkatopics. Message: kafkatopics.kafka.strimzi.io "footopic" already exists. Received status: Status(apiVersion=v1, code=409, details=StatusDetails(causes=[], group=kafka.strimzi.io, kind=kafkatopics, name=footopic, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=kafkatopics.kafka.strimzi.io "footopic" already exists, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=AlreadyExists, status=Failure, additionalProperties={}). Reconciliation #8317482(periodic -foo) KafkaTopic(kafka/footopic): Error reconciling KafkaTopic null
So it is causing errors when consumers try to commit the offset:
Broker: Coordinator not available
Steps to reproduce
No response
Expected behavior
No errors
Strimzi version
0.30.0
Kubernetes version
Kubernetes 1.26
Installation method
Helm Chart
Infrastructure
Amazon EKS
Configuration files and logs
Beta Was this translation helpful? Give feedback.
All reactions