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 <[email protected]>
Date: 2017-11-21T16:38:02Z
SAMZA-1494: Flush operator state at end of stream
----
---