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