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

release-20.1: colrpc: reduce Outbox Next error logging verbosity #46838

Merged
merged 1 commit into from
Apr 1, 2020

Conversation

asubiotto
Copy link
Contributor

Backport 1/1 commits from #46724.

/cc @cockroachdb/release


Release justification: low risk, high benefit change. Eliminates noisy log
messages in default logging configuration.

We would previously log any error that happened when calling Next on an
Outbox's input tree. This could include expected errors such as context
cancellations, making the resulting log output (including a stack trace) pretty
scary. This commit puts this logging behind a verbosity(1) flag.

Release note (bug fix): benign Outbox Next errors are now only logged when log
verbosity is set to 1 or greater.

Release justification: low risk, high benefit change. Eliminates noisy log
messages in default logging configuration.

We would previously log any error that happened when calling Next on an
Outbox's input tree. This could include expected errors such as context
cancellations, making the resulting log output (including a stack trace) pretty
scary. This commit puts this logging behind a verbosity(1) flag.

Release note (bug fix): benign Outbox Next errors are now only logged when log
verbosity is set to 1 or greater.
@asubiotto asubiotto requested review from yuzefovich and a team April 1, 2020 09:17
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@asubiotto asubiotto merged commit 6d087fd into cockroachdb:release-20.1 Apr 1, 2020
@asubiotto asubiotto deleted the backport20.1-46724 branch April 1, 2020 14:23
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.

None yet

3 participants