Commit aa9c18f
committed
backup: compaction dist sql processor now handles errors correctly
Previously, when one of the processor nodes in the backup compaction
dist SQL plan ran into an error, the compaction job would continue on,
blissfully unaware of the error. This would result in faulty job
successes. This patch fixes the coordinator node so that errors from
other nodes is properly handled and surfaced.
Epic: None
Release note: None1 parent f9d77f3 commit aa9c18f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments