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

Revert "Pass context to endpoint discovery requests" #3728

Merged
merged 1 commit into from
Jan 7, 2021

Conversation

skmcgrail
Copy link
Member

Reverts #3653

Upon additional investigation we determined that there might be some unattended behaviors with regards to requests being terminated by a context when attempting to discover an endpoint. Since endpoint discovery may happen out of band in a separate goroutine, essentially not blocking the original operation, it's lifetime shouldn't always be coupled to the same context timeout. There is likely a larger design change that would have to occur to make this possible.

@skmcgrail skmcgrail requested a review from jasdel January 7, 2021 18:19
@skmcgrail skmcgrail merged commit e6ca6b6 into master Jan 7, 2021
@jasdel jasdel deleted the revert-3653-pass-context-endpoint-discoveries branch January 7, 2021 18:29
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

2 participants