You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
periodically I see source-controller being stuck and not completing/starting any reconciliation on git sources, while helm sources seems running fine.
I can't find anything in the source controller log during the time or before workqueue_unfinished_work_seconds starting to grow.
Any pointers on where to look to find a solution?
Or what information might help to dig deeper
The text was updated successfully, but these errors were encountered:
ndemeshchenko
changed the title
reconciliation stuck with growing workqueue_unfinished_work_seconds
reconciliation for git source stuck with growing workqueue_unfinished_work_secondsApr 5, 2024
Do you see anything in the controller logs? Please use --log-level=debug. Please also check your consumption metrics. It would also help to have a git repository description.
I came across this issue researching about the "unfinished" metric. Although I am not using flux, my controller had a thread stuck because of kubernetes-sigs/controller-runtime#2231 . For such, I did not have to, but I was recommended to use https://github.com/felixge/fgprof for detecting these kinds of scenario.
Hi,
On my flux installation in AWS EKS, version
periodically I see source-controller being stuck and not completing/starting any reconciliation on git sources, while helm sources seems running fine.
I can't find anything in the source controller log during the time or before
workqueue_unfinished_work_seconds
starting to grow.Any pointers on where to look to find a solution?
Or what information might help to dig deeper
The text was updated successfully, but these errors were encountered: