Skip to content
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

Occasional reconciler error #566

Closed
kuritka opened this issue Aug 19, 2021 · 4 comments
Closed

Occasional reconciler error #566

kuritka opened this issue Aug 19, 2021 · 4 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kuritka
Copy link
Collaborator

kuritka commented Aug 19, 2021

k8gb_gslb_error_total metric revealed , an unexpected error generated inside the controller runtime. From my observation, the error is not critical to the functioning of k8gb, it just messes up the metrics.
Find out what in k8gb is causing this error and make the necessary changes.

the error occurs very little and appears after a while of running on localhosts

+ k8gb-56c6795669-8l4kn › k8gb
k8gb-56c6795669-8l4kn k8gb 2021-08-19T13:31:30Z ERR workspace/controllers/logging/logr.go:60 > gslb: Reconciler error {"name":"test-gslb-failover","namespace":"test-gslb","reconciler group":"k8gb.absa.oss","reconciler kind":"Gslb"} error="Operation cannot be fulfilled on gslbs.k8gb.absa.oss \"test-gslb-failover\": the object has been modified; please apply your changes to the latest version and try again"
k8gb-56c6795669-8l4kn k8gb 2021-08-19T13:31:44Z ERR workspace/controllers/logging/logr.go:60 > gslb: Reconciler error {"name":"test-gslb","namespace":"test-gslb","reconciler group":"k8gb.absa.oss","reconciler kind":"Gslb"} error="Operation cannot be fulfilled on gslbs.k8gb.absa.oss \"test-gslb\": the object has been modified; please apply your changes to the latest version and try again"
k8gb-56c6795669-8l4kn k8gb 2021-08-19T13:31:44Z ERR workspace/controllers/logging/logr.go:60 > gslb: Reconciler error {"name":"test-gslb","namespace":"test-gslb","reconciler group":"k8gb.absa.oss","reconciler kind":"Gslb"} error="Operation cannot be fulfilled on gslbs.k8gb.absa.oss \"test-gslb\": the object has been modified; please apply your changes to the latest version and try again"
@kuritka kuritka changed the title Reconciler error Occasional reconciler error Aug 19, 2021
@kuritka kuritka self-assigned this Aug 20, 2021
@ytsarev ytsarev added the bug Something isn't working label Aug 23, 2021
@ytsarev ytsarev added this to the 1.0 milestone Aug 23, 2021
@somaritane
Copy link
Contributor

@kuritka is this still the issue?

@kuritka
Copy link
Collaborator Author

kuritka commented Jul 26, 2022

Hi @somaritane, just checked locally. Yes, the Reconciler error still ocurs.

@somaritane somaritane modified the milestones: 1.0, 0.9, 1.1 Sep 20, 2022
@ytsarev
Copy link
Member

ytsarev commented Aug 12, 2023

@kuritka it very frequent situation for k8s based projects. Please see how it was handled by crossplane runtime crossplane/crossplane-runtime#498 . TL;DR : let's just move such events to debug log level of minimal importance

@ytsarev
Copy link
Member

ytsarev commented Oct 2, 2024

@kuritka I think it's not the case anymore and will close the issue. Feel free to reopen if it is still valid

@ytsarev ytsarev closed this as completed Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants