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

backupccl: fix NPE during restore rollback #53928

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

pbardea
Copy link
Contributor

@pbardea pbardea commented Sep 3, 2020

This commit fixes an NPE that happens during the rollback if the RESTORE
fails or is canceled before the execCfg is set on the resumer. The
execCfg should be removed from the resumer, but that change should be
left for a separate commit.

Fixes #52383.

Release justification: bug fix
Release note (bug fix): RESTOREs that have been cancelled may have
crashed a node. This is now fixed.

@pbardea pbardea requested review from a team and dt and removed request for a team September 3, 2020 21:28
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@pbardea
Copy link
Contributor Author

pbardea commented Sep 3, 2020

First commit is #53905, and will rebase after that is in.

This commit fixes an NPE that happens during the rollback if the RESTORE
fails or is canceled before the execCfg is set on the resumer. The
execCfg should be removed from the resumer, but that change should be
left for a separate commit.

Release justification: bug fix
Release note (bug fix): RESTOREs that have been cancelled may have
crashed a node. This is now fixed.
@pbardea
Copy link
Contributor Author

pbardea commented Sep 10, 2020

TFTR!
bors r=dt

@craig
Copy link
Contributor

craig bot commented Sep 10, 2020

Build succeeded:

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.

backupccl: NPE during RESTORE rollback
4 participants