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

restore: RESTORE flow hangs when RestoreDataProcessor quickly throws an error #53900

Closed
pbardea opened this issue Sep 3, 2020 · 1 comment · Fixed by #53905
Closed

restore: RESTORE flow hangs when RestoreDataProcessor quickly throws an error #53900

pbardea opened this issue Sep 3, 2020 · 1 comment · Fixed by #53905
Assignees
Labels
A-disaster-recovery C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.

Comments

@pbardea
Copy link
Contributor

pbardea commented Sep 3, 2020

When a restore flow quickly runs into an error when restoring data, the RestoreDataProcessor returns early, but then the SplitAndScatter processor hangs on pushing it's row to the now closed processor. Since the SplitAndScatter processor is stuck, the entire flow is deadlocked.

@pbardea pbardea self-assigned this Sep 3, 2020
@blathers-crl
Copy link

blathers-crl bot commented Sep 3, 2020

Hi @pbardea, please add a C-ategory label to your issue. Check out the label system docs.

While you're here, please consider adding an A- label to help keep our repository tidy.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.

@pbardea pbardea added A-disaster-recovery C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. labels Sep 3, 2020
@pbardea pbardea added the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Sep 8, 2020
@craig craig bot closed this as completed in 0c89e7b Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-disaster-recovery C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant