Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

euphoria-flink: do not send periodic watermarks when not necessary #37

Open
xitep opened this issue Feb 24, 2017 · 1 comment
Open

euphoria-flink: do not send periodic watermarks when not necessary #37

xitep opened this issue Feb 24, 2017 · 1 comment

Comments

@xitep
Copy link
Contributor

xitep commented Feb 24, 2017

By default, the streaming flink executor periodically forwards ingestion time watermarks from the sources. in case no windowing is part of a flow, this generates some unnecessary traffic; we can see this traffic in flink's task tracker ui.

Before translating a euphoria flow into a flink DAG, we can analyze the flow, and determine whether sending periodic watermarks starting here (i.e. InputTranslator) is necessary. If not setting the flows streamTimeCharacteristic to "processing time" might do the trick.

@vanekjar
Copy link
Contributor

Since pull request #59 Flink executor runs using ingestion time characteristics. Timestamp is assigned to element implicitly by Flink in SourceFunction, not in InputTranslator anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants