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-2.1: rpc/nodedialer: check context for cancellation before dialing #34192

Merged
merged 1 commit into from
Jan 23, 2019

Conversation

ajwerner
Copy link
Contributor

Backport 1/1 commits from #34026.

/cc @cockroachdb/release


Before this PR we would sometimes call in to the nodedialer with a canceled
context and inadvertently end up recording a failure into the circuit breaker.
This behavior led to some amount of noise when debugging #31361.

Release note: None

Before this PR we would sometimes call in to the nodedialer with a canceled
context and inadvertently end up recording a failure into the circuit breaker.
This behavior led to some amount of noise when debugging cockroachdb#31361.

Release note: None
@ajwerner ajwerner requested review from asubiotto and a team January 23, 2019 15:21
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@ajwerner ajwerner merged commit 772c800 into cockroachdb:release-2.1 Jan 23, 2019
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.

3 participants