You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by vjagadish1989 <gi...@git.apache.org> on 2017/11/21 16:46:14 UTC

[GitHub] samza pull request #366: SAMZA-1494: Flush operator state at end of stream

GitHub user vjagadish1989 opened a pull request:

    https://github.com/apache/samza/pull/366

    SAMZA-1494: Flush operator state at end of stream

    - Propagate operator messages at endOfStream to all down-stream operators.
    - Emit all pending windows when endOfStream is reached.
    - Flush all state on endOfStream irrespective of auto-commit behavior.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vjagadish1989/samza eos-flush

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/366.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #366
    
----
commit db67ce84197d589c72c11a8eaa9af9cda1d5f05c
Author: Jagadish <jv...@linkedin.com>
Date:   2017-11-21T16:38:02Z

    SAMZA-1494: Flush operator state at end of stream

----


---

[GitHub] samza pull request #366: SAMZA-1494: Flush operator state at end of stream

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/366


---