Commit 1750ea4
Bug#34843889 Handle temporary error during load table
Temporary errors can occur while opening a table from the NDB dictionary, this kind of error is rare but can be provoked by repeatedly performing schema operations. Since failing to open the NDB table definition most often causes fatal errors down the line, it's most likely better to take some time and attempt to resolve the temporary error by retrying to open the table. These kind of temporary errors are primarily important to get rid of when distributing schema operations throughout the cluster, where many MySQL Server simultaneously attempts to open table from NDB. Fix by handling temporary errors while opening table from NDB with retry. It is acceptable with some delays during these operations in order for temporary resource shortages to subside while opening tables. Change-Id: Ie26426d7f4892828d1e759d131fdbda810a5c8461 parent ed273ab commit 1750ea4
1 file changed
+37
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
87 | 95 | | |
88 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
89 | 126 | | |
90 | 127 | | |
91 | 128 | | |
| |||
0 commit comments