Commit 9292e1d
authored
[Dataflow Streaming] Prevent commit threads from sharing commit streams (#37847)
Since the commit threads were sharing the WindmillStreamPool, the
different commit streams can end up sharing commit streams.
This change gives each commit thread its own WindmillStreamPool and
avoids the commit stream sharing problem.1 parent 85c1b88 commit 9292e1d
1 file changed
Lines changed: 6 additions & 3 deletions
File tree
- runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| 467 | + | |
| 468 | + | |
467 | 469 | | |
468 | | - | |
469 | | - | |
470 | | - | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
471 | 474 | | |
472 | 475 | | |
473 | 476 | | |
| |||
0 commit comments