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

[WIP] distsql: retry on communication errors #19919

Closed
wants to merge 1 commit into from
Closed

[WIP] distsql: retry on communication errors #19919

wants to merge 1 commit into from

Conversation

asubiotto
Copy link
Contributor

Addresses #19882

This is a stop-gap solution to retry on certain errors seen when a node that
participates in a distsql query goes down or is shutdown to not have the
onus be on the client to retry, especially since these errors are not
returned as retriable errors. There is more work to be done here,
tracked in #15637.

Addresses #19882

This is a stop-gap solution to retry on certain errors seen when a node that
participates in a distsql query goes down or is shutdown to not have the
onus be on the client to retry, especially since these errors are not
returned as retriable errors. There is more work to be done here,
tracked in #15637.
@asubiotto asubiotto requested review from andreimatei, RaduBerinde and a team November 8, 2017 19:44
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@asubiotto
Copy link
Contributor Author

To be cherry-picked into 1.1 as customers are having issues with this

@asubiotto
Copy link
Contributor Author

asubiotto commented Nov 15, 2017

Closing PR. Will have another PR that solves a sub-problem of this (when nodes that are part of a distSQL query drain gracefully)

@asubiotto asubiotto closed this Nov 15, 2017
@asubiotto asubiotto deleted the retry-distsql branch November 15, 2017 19:56
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