-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Bug]: Infinite topic sync in topic operator #10380
Labels
Comments
@fvaleri FYI this is coming from the related Slack thread. |
@padilo I can confirm the issue, nice catch and report.
Please, go on. I will be happy to review. |
Triaged on the Community call on 8.8.2024: This is a valid issue and should be fixed. |
@padilo Do you still plan to open a PR for this? It would be great to have this fixed. Thanks. |
I will do it this weekend
El jue, 8 ago 2024, 18:33, Jakub Scholz ***@***.***> escribió:
… @padilo <https://github.com/padilo> Do you still plan to open a PR for
this? It would be great to have this fixed. Thanks.
—
Reply to this email directly, view it on GitHub
<#10380 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF7MVZI27W4U3ZCMHKJJK3ZQOMUVAVCNFSM6AAAAABLMDGKSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZWGIZDSMZRHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
When the specs on an unmanaged KafkaTopic resource (annotated with
strimzi.io/managed="false"
) is different from the topic on the cluster, the topic operator enters a loop and continuously tries updates the resourceVersion.Seems like it's trying to consolidate the state, but as is unmanaged it can't and continues in the loop forever.
Steps to reproduce
You can do the following script:
Expected behavior
Topic operator should entirely ignore the KafkaTopic resources if it is set to unmanaged
Strimzi version
0.42.0
Kubernetes version
Kubernetes 1.30.0
Installation method
helm chart
Infrastructure
Kind, also confirmed with EKS
Configuration files and logs
all relevant stuff is already in the steps to reproduce
Additional context
I would like to work on this issue :)
The text was updated successfully, but these errors were encountered: