You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Steve Niemitz (Jira)" <ji...@apache.org> on 2020/09/30 14:13:00 UTC

[jira] [Created] (BEAM-10991) Timers don't release watermark holds in dataflow on 2.24

Steve Niemitz created BEAM-10991:
------------------------------------

             Summary: Timers don't release watermark holds in dataflow on 2.24
                 Key: BEAM-10991
                 URL: https://issues.apache.org/jira/browse/BEAM-10991
             Project: Beam
          Issue Type: Bug
          Components: runner-dataflow
    Affects Versions: 2.24.0
            Reporter: Steve Niemitz


We have multiple streaming pipelines (using state + timers) that, after upgrading to 2.24, exhibited very strange watermark behavior.  The watermark on some stateful DoFns would advance to the end of the first window, and then get stuck there forever, even preventing the job from draining.

I was able to track the problem down to [https://github.com/apache/beam/commit/88acc5267f759d81e9836a9db17b9e0ee521c785.]  After revering it, the behavior went back to normal.  It looks like its possible in that commit that watermark holds for some timers aren't  being cleared.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)