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-20.1: backupccl: handle retry errors during system table restoration #50004

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

pbardea
Copy link
Contributor

@pbardea pbardea commented Jun 9, 2020

Backport 1/1 commits from #49950.

/cc @cockroachdb/release


Previously, if the transaction which restored the system table data
returned a retry exception, the job would fail and the entire restore
would need to be restarted. This change automatically retries restoring
the system table data.

Release note (enterprise change): Full cluster restore is now more
resilient to transient transaction retry errors while it restores.

Previously, if the transaction which restored the system table data
returned a retry exception, the job would fail and the entire restore
would need to be restarted. This change automatically retries restoring
the system table data.

Release note (enterprise change): Full cluster restore is now more
resilient to transient transaction retry errors while it restores.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@pbardea pbardea self-assigned this Jun 9, 2020
@pbardea pbardea marked this pull request as ready for review June 11, 2020 17:40
@pbardea pbardea requested a review from dt June 11, 2020 17:46
@pbardea pbardea merged commit 52a522a into cockroachdb:release-20.1 Jun 15, 2020
@pbardea pbardea deleted the backport20.1-49950 branch June 15, 2020 13: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.

None yet

3 participants