Commit d5e10f9
[v3-1-test] Fix dag-processor crashing due to MySql deadlock errors (#60166)
MySQL may throw deadlock errors when multiple DAG-Processor instances are
running. The issue is a fetch sub-query being used within a delete query, which
is sometimes causing a deadlock in MySQL.
---------
(cherry picked from commit dfcd049)
Co-authored-by: Sumit Maheshwari <msumit@users.noreply.github.com>
Co-authored-by: Sumit Maheshwari <sumitm@uber.com>
Co-authored-by: Jarek Potiuk <jarek@potiuk.com>1 parent d2dfb94 commit d5e10f9
1 file changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
| |||
0 commit comments