You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/03/10 21:02:22 UTC

[4/4] beam git commit: This closes #2217: Fix Flink State GC

This closes #2217: Fix Flink State GC

  Properly deal with late processing-time timers
  Introduce Flink-specific state GC implementations
  Move GC timer checking to StatefulDoFnRunner.CleanupTimer


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/75fe559a
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/75fe559a
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/75fe559a

Branch: refs/heads/master
Commit: 75fe559a4115661c9a138099e58a73c6f42a038f
Parents: 54390a3 dbfcf4b
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Mar 10 13:01:00 2017 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Fri Mar 10 13:01:00 2017 -0800

----------------------------------------------------------------------
 .../apache/beam/runners/core/DoFnRunners.java   |  15 +-
 .../beam/runners/core/StatefulDoFnRunner.java   | 128 +++--------
 .../runners/core/StatefulDoFnRunnerTest.java    | 110 ++++++++-
 .../wrappers/streaming/DoFnOperator.java        | 111 ++++++++-
 .../flink/streaming/DoFnOperatorTest.java       | 225 +++++++++++++++++++
 5 files changed, 472 insertions(+), 117 deletions(-)
----------------------------------------------------------------------