GitHub user kl0u opened a pull request:
https://github.com/apache/flink/pull/2350
[FLINK-4329] Fix Streaming File Source Timestamps/Watermarks Handling
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kl0u/flink continuous_file_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2350.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 #2350
----
commit 6207a9f5da086d808331afe0e8caf0f03b3fabc5
Author: kl0u <[email protected]>
Date: 2016-08-09T12:11:45Z
[FLINK-4329] Fix Streaming File Source Timestamps/Watermarks Handling
Now the ContinuousFileReaderOperator ignores the watermarks sent by
the source function and emits its own watermarks in case we are
opearating on Ingestion time. In addition, and for Ingestion time
only, the reader also assigns the correct timestamps to the elements
that it reads.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---