Commit baf816f
authored
fixes stack overflow possibility with merge operators (#2616)
* fixes stackoverflows in MergeLimitedSink
fix subscribing immediately in merge operators can produce values immediately which can re-enter and cause stack overflows
* fix possible fail to dispose and re-lock
* fixes stackoverflows in MergeLimitedSink
fix subscribing immediately in merge operators can produce values immediately which can re-enter and cause stack overflows
* fix possible fail to dispose and re-lock1 parent 68647db commit baf816f
1 file changed
+25
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 172 | + | |
183 | 173 | | |
184 | 174 | | |
185 | 175 | | |
| |||
236 | 226 | | |
237 | 227 | | |
238 | 228 | | |
239 | | - | |
| 229 | + | |
| 230 | + | |
240 | 231 | | |
241 | 232 | | |
242 | 233 | | |
| |||
247 | 238 | | |
248 | 239 | | |
249 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
250 | 263 | | |
251 | 264 | | |
252 | 265 | | |
| |||
0 commit comments