You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/05/08 06:08:42 UTC

[beam] branch master updated (bfd88c8 -> 7cdda3c)

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

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


    from bfd88c8  Merge pull request #8359 from romanvanderkrogt/BEAM-7081
     add 80e2cef  [BEAM-7197] ensure DoFn is torn down after exception thrown in lifecycle method
     new 7cdda3c  Merge pull request #8495: [BEAM-7197] ensure DoFn is torn down after exception thrown in lifecycle method

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:
 .../beam/runners/direct/DoFnLifecycleManager.java  |  2 +-
 .../translation/functions/FlinkDoFnFunction.java   |  6 +-
 .../functions/FlinkStatefulDoFnFunction.java       |  6 +-
 .../spark/translation/MultiDoFnFunction.java       |  2 +-
 .../spark/translation/SparkProcessContext.java     | 22 +++---
 .../beam/sdk/transforms/reflect/DoFnInvokers.java  | 22 ++++++
 .../beam/sdk/transforms/ParDoLifecycleTest.java    | 89 +++++++++++++++++++++-
 7 files changed, 128 insertions(+), 21 deletions(-)


[beam] 01/01: Merge pull request #8495: [BEAM-7197] ensure DoFn is torn down after exception thrown in lifecycle method

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

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

commit 7cdda3ca4be607c4079bbb90406b395d50c283da
Merge: bfd88c8 80e2cef
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed May 8 08:08:30 2019 +0200

    Merge pull request #8495: [BEAM-7197] ensure DoFn is torn down after exception thrown in lifecycle method

 .../beam/runners/direct/DoFnLifecycleManager.java  |  2 +-
 .../translation/functions/FlinkDoFnFunction.java   |  6 +-
 .../functions/FlinkStatefulDoFnFunction.java       |  6 +-
 .../spark/translation/MultiDoFnFunction.java       |  2 +-
 .../spark/translation/SparkProcessContext.java     | 22 +++---
 .../beam/sdk/transforms/reflect/DoFnInvokers.java  | 22 ++++++
 .../beam/sdk/transforms/ParDoLifecycleTest.java    | 89 +++++++++++++++++++++-
 7 files changed, 128 insertions(+), 21 deletions(-)