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:07 UTC

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

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(-)