Commit fe63aad
authored
[BUG] wal3 Sometimes returns an "Internal" when it should return "LogContentionFailure" (#5916)
## Description of changes
Because of how work gets thrown away during contention, it was possible
for a channel to close and generate an internal error. This casts that
condition to be more descriptive.
## Test plan
CI
## Migration plan
N/A
## Observability plan
N/A
## Documentation Changes
N/A1 parent 6eec387 commit fe63aad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments