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

Make the description of 'RPCTimedOut' static #1009

Merged
merged 1 commit into from
Oct 23, 2020

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Oct 23, 2020

Motivation:

When printing the 'RPCTimedOut' error, the time limit is also included.
Since these are often deadline based limits, the message is often
unique: this makes it cumbersome to correlate timeout failures logs.

Modifications:

  • Remove the timeLimit from the description of RPCTimedOut.

Result:

  • RPCTimedOut failures are easier to correlate in logs.

Motivation:

When printing the 'RPCTimedOut' error, the time limit is also included.
Since these are often deadline based limits, the message is often
unique: this makes it cumbersome to correlate timeout failures logs.

Modifications:

- Remove the `timeLimit` from the `description` of `RPCTimedOut`.

Result:

- `RPCTimedOut` failures are easier to correlate in logs.
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Oct 23, 2020
@glbrntt glbrntt requested a review from Lukasa October 23, 2020 10:03
@Lukasa Lukasa merged commit 78ed70c into grpc:main Oct 23, 2020
@glbrntt glbrntt deleted the gb-less-annoying-error branch October 23, 2020 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants