[
https://issues.apache.org/jira/browse/SAMZA-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16341604#comment-16341604
]
ASF GitHub Bot commented on SAMZA-1578:
---------------------------------------
GitHub user xinyuiscool opened a pull request:
https://github.com/apache/samza/pull/415
SAMZA-1578: Fix watermark bug found by BEAM tests
The problem is getOutputWatermark() does not return the real
outputWatermark. This caused problem in user override watermark function.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xinyuiscool/samza SAMZA-1578
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/415.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 #415
----
commit 392e483b08267257ff7d75a2441e8b5bc9f214a6
Author: xiliu <xiliu@...>
Date: 2018-01-26T21:09:10Z
SAMZA-1578: Fix watermark bug found by BEAM tests
----
> Fix watermark bug found by BEAM tests
> -------------------------------------
>
> Key: SAMZA-1578
> URL: https://issues.apache.org/jira/browse/SAMZA-1578
> Project: Samza
> Issue Type: Bug
> Affects Versions: 0.15.0
> Reporter: Xinyu Liu
> Assignee: Xinyu Liu
> Priority: Major
> Fix For: 0.15.0
>
>
> Found a bug in the watermark propagation logic in Samza. The problem is
> getOutputWatermark() does not return the real outputWatermark. This caused
> problem in user override watermark function.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)