Skip to content

doc: explicitly mention that Deadline might saturate#6085

Merged
dapengzhang0 merged 1 commit intogrpc:masterfrom
dapengzhang0:docdeadline
Aug 20, 2019
Merged

doc: explicitly mention that Deadline might saturate#6085
dapengzhang0 merged 1 commit intogrpc:masterfrom
dapengzhang0:docdeadline

Conversation

@dapengzhang0
Copy link
Copy Markdown
Contributor

Resolves #6082

@dapengzhang0 dapengzhang0 requested a review from ejona86 August 20, 2019 18:32
* Create a deadline that will expire at the specified offset based on the {@link #getSystemTicker
* system ticker}.
*
* <p>If the given offset is extraordinarily long, say 100 years, the actual deadline created
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

s/offset/duration/

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Actually the first sentence mentioned offset
* Create a deadline that will expire at the specified offset

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Okay. This is fine then.

/**
* Create a deadline that will expire at the specified offset based on the given {@link Ticker}.
*
* <p>If the given offset is extraordinarily long, say 100 years, the actual deadline created
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

s/offset/duration/ here as well. The last instance is good as "offset"

@dapengzhang0 dapengzhang0 merged commit 9280571 into grpc:master Aug 20, 2019
@dapengzhang0 dapengzhang0 deleted the docdeadline branch August 20, 2019 21:28
@lock lock Bot locked as resolved and limited conversation to collaborators Nov 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deadline silently overflows at ~292 years

2 participants