[ 
https://issues.apache.org/jira/browse/STORM-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15022052#comment-15022052
 ] 

ASF GitHub Bot commented on STORM-1187:
---------------------------------------

GitHub user arunmahadevan opened a pull request:

    https://github.com/apache/storm/pull/900

    STORM-1187 Support windowing based on tuple ts

    Support for doing window calculations based to tuple timestamps and handle
    out of order events based on time lag.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/arunmahadevan/storm windowing-eventts

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/900.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 #900
    
----
commit 3c73fc72a92a0b4f0df805081868c2177768bd25
Author: Arun Mahadevan <ai...@hortonworks.com>
Date:   2015-11-13T12:36:56Z

    STORM-1187 Support windowing based on tuple ts
    
    Support for doing window calculations based to tuple timestamps and handle
    out of order events based on time lag.

----


> Support for late and out of order events in time based windows
> --------------------------------------------------------------
>
>                 Key: STORM-1187
>                 URL: https://issues.apache.org/jira/browse/STORM-1187
>             Project: Apache Storm
>          Issue Type: Sub-task
>            Reporter: Arun Mahadevan
>            Assignee: Arun Mahadevan
>
> Right now the time based windows uses the timestamp when the tuple is 
> received by the bolt. 
> However there are use cases where the tuples can be processed based on the 
> time when they are actually generated vs the time when they are received. So 
> we need to add support for processing events with a time lag and also have 
> some way to specify and read tuple timestamps.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to