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

fix: refine retryAwareErrorLogging #2748

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

shawkins
Copy link
Collaborator

@shawkins shawkins commented Apr 1, 2025

A proposal to further refine the exception logging so that it uses INFO (mostly ignorable), WARN (may recover), ERROR (won't recover).

closes: #2747

@openshift-ci openshift-ci bot requested review from csviri and xstefank April 1, 2025 15:08
Copy link
Collaborator

@xstefank xstefank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @shawkins. LGTM

Copy link
Collaborator

@csviri csviri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thx!

@shawkins
Copy link
Collaborator Author

shawkins commented Apr 3, 2025

@csviri @xstefank I'd like to make a related change here as well - if the update status fails I don't think we want that to take over the retry handling.

@csviri
Copy link
Collaborator

csviri commented Apr 3, 2025

@csviri @xstefank I'd like to make a related change here as well - if the update status fails I don't think we want that to take over the retry handling.

Hmm, good question yes, that might be right. Would be better to have this as a separate PR, we might want to discuss that more in depth.

@shawkins
Copy link
Collaborator Author

shawkins commented Apr 3, 2025

Hmm, good question yes, that might be right. Would be better to have this as a separate PR.

Ok, I'll separate it.

@shawkins shawkins merged commit 29cd363 into operator-framework:main Apr 3, 2025
25 checks passed
} else if (eventPresent || !retry.isLastAttempt()) {
log.warn(
"Uncaught error during event processing {} - but another reconciliation will be attempted"
+ " because a superceding event has been recieved or another retry attempt is"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
+ " because a superceding event has been recieved or another retry attempt is"
+ " because a superseding event has been received or another retry attempt is"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in #2755

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refine logging on uncaught exception
4 participants