-
Notifications
You must be signed in to change notification settings - Fork 38
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
Uninstalled Event Source results in not properly finalized dynamic controller #2
Comments
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
/assign |
FYI: I see this error in the logs in BOTH eventing-autoscaler-keda's contoller That expected? cc: @zroubalik |
@aavarghese I don't think this is expected. We should talk to some folks familiar with that part of Eventing, maybe @nachocano? CC @lionelvillard any suggestion? |
interesting. I've seen this error before in core eventing, can't find the issue. @nachocano any ideas? |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
If we create a new Event Source, ie. we install Kafka Sources or AWS SQS Source, the parent controller successfully creates a new dynamic controller for this particular Source. But if we unistall this Source, the created dynamic controller is not properly finalized/destroyed. This results in error messages in the log:
This part of the code is probably not properly called:
https://github.com/zroubalik/autoscaler-keda/blob/85186c0c257126f6aa71fac9b26f9b252210e523/pkg/reconciler/crd/reconciler.go#L111-L119
The text was updated successfully, but these errors were encountered: