You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2020/04/09 22:04:14 UTC

[beam] branch master updated (95a5944 -> 28b081f)

This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 95a5944  Merge pull request #11363 from lukecwik/beam4374
     add d36f873  [BEAM-9651] Prevent StreamPool and stream initialization livelock
     add 28b081f  Merge pull request #11364: [BEAM-9651] Prevent StreamPool and stream initialization livelock

No new revisions were added by this update.

Summary of changes:
 .../worker/windmill/DirectStreamObserver.java      |  15 ++-
 .../windmill/ForwardingClientResponseObserver.java |   4 +-
 .../worker/windmill/WindmillServerStub.java        | 108 +++++++++++++++------
 .../worker/windmill/GrpcWindmillServerTest.java    |  89 +++++++++++++----
 4 files changed, 161 insertions(+), 55 deletions(-)