You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2019/01/16 02:21:06 UTC

[beam] branch master updated (b83b302 -> 40b889e)

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

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


    from b83b302  Merge pull request #7523: Apply spotless across Beam
     add 85e84e5  [BEAM-6440] Fix leakage of timer de-duplication map
     new 40b889e  Merge pull request #7517: [BEAM-6440] Fix leakage of timer de-duplication map

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:
 .../wrappers/streaming/DoFnOperator.java           |  5 ++-
 .../wrappers}/streaming/DedupingOperatorTest.java  |  4 +-
 .../wrappers}/streaming/DoFnOperatorTest.java      |  5 +--
 .../wrappers}/streaming/StreamRecordStripper.java  |  2 +-
 .../streaming/WindowDoFnOperatorTest.java          | 48 +++++++++++++++++++---
 5 files changed, 50 insertions(+), 14 deletions(-)
 rename runners/flink/src/test/java/org/apache/beam/runners/flink/{ => translation/wrappers}/streaming/DedupingOperatorTest.java (95%)
 rename runners/flink/src/test/java/org/apache/beam/runners/flink/{ => translation/wrappers}/streaming/DoFnOperatorTest.java (99%)
 rename runners/flink/src/test/java/org/apache/beam/runners/flink/{ => translation/wrappers}/streaming/StreamRecordStripper.java (96%)
 rename runners/flink/src/test/java/org/apache/beam/runners/flink/{ => translation/wrappers}/streaming/WindowDoFnOperatorTest.java (83%)


[beam] 01/01: Merge pull request #7517: [BEAM-6440] Fix leakage of timer de-duplication map

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

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

commit 40b889e2f633482ccef688ecfee250c2c268a364
Merge: b83b302 85e84e5
Author: Thomas Weise <tw...@users.noreply.github.com>
AuthorDate: Tue Jan 15 18:20:57 2019 -0800

    Merge pull request #7517: [BEAM-6440] Fix leakage of timer de-duplication map

 .../wrappers/streaming/DoFnOperator.java           |  5 ++-
 .../wrappers}/streaming/DedupingOperatorTest.java  |  4 +-
 .../wrappers}/streaming/DoFnOperatorTest.java      |  5 +--
 .../wrappers}/streaming/StreamRecordStripper.java  |  2 +-
 .../streaming/WindowDoFnOperatorTest.java          | 48 +++++++++++++++++++---
 5 files changed, 50 insertions(+), 14 deletions(-)