You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2018/11/06 20:02:10 UTC

[beam] branch master updated (b70fea2 -> b71eb72)

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

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


    from b70fea2  Merge pull request #6904: [BEAM-5304] Adding default and dynamic ports to ULR.
     add 54c59a4  [BEAM-5971] Prevent unwanted shutdown of UnboundedSourceWrapper
     add a64fda6  [BEAM-5971] Use Thread.sleep instead of Object#wait
     new b71eb72  Merge pull request #6946: [BEAM-5971] Prevent unwanted shutdown of UnboundedSourceWrapper

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../streaming/io/UnboundedSourceWrapper.java       | 22 ++++----
 .../streaming/UnboundedSourceWrapperTest.java      | 60 +++++++++++++++++++++-
 2 files changed, 71 insertions(+), 11 deletions(-)


[beam] 01/01: Merge pull request #6946: [BEAM-5971] Prevent unwanted shutdown of UnboundedSourceWrapper

Posted by mx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b71eb72c94ba5b4091a1cbc5439bb856124c3aee
Merge: b70fea2 a64fda6
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Tue Nov 6 21:01:56 2018 +0100

    Merge pull request #6946: [BEAM-5971] Prevent unwanted shutdown of UnboundedSourceWrapper

 .../streaming/io/UnboundedSourceWrapper.java       | 22 ++++----
 .../streaming/UnboundedSourceWrapperTest.java      | 60 +++++++++++++++++++++-
 2 files changed, 71 insertions(+), 11 deletions(-)