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

Controller doesn't log error when sync handler returns an error #651

Closed
dthomson25 opened this issue Aug 19, 2020 · 1 comment · Fixed by #658
Closed

Controller doesn't log error when sync handler returns an error #651

dthomson25 opened this issue Aug 19, 2020 · 1 comment · Fixed by #658
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dthomson25
Copy link
Member

dthomson25 commented Aug 19, 2020

The following code doesn't log the error returned by the sync handler: https://github.com/argoproj/argo-rollouts/blob/master/utils/controller/controller.go#L144-L161. This does not make it clear what happened, and it should report the error.

@dthomson25 dthomson25 changed the title Controller does't Controller doesn't log error when sync handler returns an error Aug 19, 2020
@dthomson25 dthomson25 added this to the v0.10 milestone Aug 19, 2020
@jessesuen jessesuen added the bug Something isn't working label Aug 20, 2020
@jessesuen
Copy link
Member

Lets put this in the next v0.9.x patch

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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants