Commit f1223ec
authored
CNDB-16277: Fix TombstoneOverwhelmingException being swallowed when tracking warnings (#2171)
### What is the issue
ReadCommandVerbHandler was catching RejectException and returning an
empty response instead of propagating the failure when warnings tracking
was enabled.
### What does this PR fix and why was it fixed
TombstoneOverwhelmingException is always re-thrown regardless of warning
tracking state.1 parent 773fd4a commit f1223ec
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| |||
0 commit comments