Commit 8dc8ffb
Relax the recoverable exception matching for concurrent transactions
Make sure to retry as well on exceptions with the following message
```
Caused by: com.amazon.redshift.util.RedshiftException: ERROR: could not complete because of conflict with concurrent transaction
```
Apparently, the previous matching for concurrent transactions exceptions
relied on an exception message that did not end with "concurrent transaction" phrase.1 parent cc67110 commit 8dc8ffb
File tree
1 file changed
+1
-1
lines changed- plugin/trino-redshift/src/test/java/io/trino/plugin/redshift
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments