This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Commit cfc4f3e
authored
Respect timeout on
* Respect timeout on `client.read_rows`. Don't resume on `DEADLINE_EXCEEDED` errors.
DEADLINE_EXCEEDED should not be resumed. Currently, you can set a
timeout on reads, but the reader will reconnect after the timeout value
finishes.
Always resuming the stream masked internal issue 132959978 from clients,
where the default deadline is much too low for read streams.
Wait for the deadline configuration fix for read rows to go in before
merging.
* Blackenclient.read_rows. Don't resume on DEADLINE_EXCEEDED errors. (#8025)1 parent 3816961 commit cfc4f3e
2 files changed
Lines changed: 45 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
134 | 140 | | |
135 | 141 | | |
136 | 142 | | |
137 | | - | |
| 143 | + | |
138 | 144 | | |
139 | 145 | | |
140 | 146 | | |
| |||
205 | 211 | | |
206 | 212 | | |
207 | 213 | | |
208 | | - | |
| 214 | + | |
209 | 215 | | |
210 | 216 | | |
211 | 217 | | |
| |||
219 | 225 | | |
220 | 226 | | |
221 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
222 | 262 | | |
223 | 263 | | |
224 | 264 | | |
| |||
275 | 315 | | |
276 | 316 | | |
277 | 317 | | |
278 | | - | |
| 318 | + | |
279 | 319 | | |
280 | 320 | | |
281 | 321 | | |
| |||
436 | 476 | | |
437 | 477 | | |
438 | 478 | | |
439 | | - | |
| 479 | + | |
440 | 480 | | |
441 | 481 | | |
442 | 482 | | |
| |||
0 commit comments