restore: RESTORE flow hangs when RestoreDataProcessor
quickly throws an error
#53900
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.
When a restore flow quickly runs into an error when restoring data, the
RestoreDataProcessor
returns early, but then theSplitAndScatter
processor hangs on pushing it's row to the now closed processor. Since theSplitAndScatter
processor is stuck, the entire flow is deadlocked.The text was updated successfully, but these errors were encountered: