[
https://issues.apache.org/jira/browse/FLINK-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Márton Balassi closed FLINK-2255.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.10
Fixed via af05b94d0d
> In the TopSpeedWindowing examples, every window contains only 1 element,
> because event time is in millisec, but eviction is in sec
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-2255
> URL: https://issues.apache.org/jira/browse/FLINK-2255
> Project: Flink
> Issue Type: Bug
> Components: Examples, Streaming
> Reporter: Gabor Gevay
> Assignee: Gabor Gevay
> Priority: Minor
> Fix For: 0.10
>
>
> The event times are generated by System.currentTimeMillis(), so evictionSec
> should be multiplied by 1000, when passing it to Time.of.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)