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 deadline timer rescheduling because of timer precision #1201

Merged
merged 5 commits into from
Feb 12, 2021

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Feb 12, 2021

Also, don't log OperationCanceledException in client when deadline has been exceeded.

Avoid this situation:

 0.203s Grpc.Net.Client.Internal.GrpcCall - Trace: Deadline timer triggered but 00:00:00.0009580 remaining before deadline exceeded. Deadline timer rescheduled.
 0.203s Grpc.Net.Client.Internal.GrpcCall - Trace: Deadline timer triggered but 00:00:00.0008698 remaining before deadline exceeded. Deadline timer rescheduled.

@JamesNK JamesNK mentioned this pull request Feb 12, 2021
6 tasks
@JamesNK JamesNK merged commit 538e372 into grpc:master Feb 12, 2021
@JamesNK JamesNK deleted the jamesnk/deadline-reschedule branch February 12, 2021 23:19
This was referenced Mar 18, 2021
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.

2 participants