You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/17 22:43:00 UTC

[jira] [Commented] (SAMZA-2029) Samza-SQL Diagnostics: propagate eventTime and assign arrivalTime

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

ASF GitHub Bot commented on SAMZA-2029:
---------------------------------------

GitHub user shenodaguirguis opened a pull request:

    https://github.com/apache/samza/pull/863

    SAMZA-2029: Samza-SQL Diagnostics: propagate eventTime and assign arrivalTime

    a) upon receiving a new event message, check if eventTime is available, and if so copy it to message metadata, to propagate to SamzaSQL layer.
    
    b) upon converting the event message to SamzaSQLRelMessage, assign current-time to be the event's arrival time (in the message metadata)
    


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

    $ git pull https://github.com/shenodaguirguis/samza eventtime

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

    https://github.com/apache/samza/pull/863.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 #863
    
----
commit 0821bf49eb3cc30399df56e4bae1f6f09156c0c5
Author: Shenoda Guirguis <sg...@...>
Date:   2018-12-07T19:27:03Z

    SAMZA-2029: Samza-SQL Diagnostics: propagate eventTime and assign arrivalTime

----


> Samza-SQL Diagnostics: propagate eventTime and assign arrivalTime
> -----------------------------------------------------------------
>
>                 Key: SAMZA-2029
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2029
>             Project: Samza
>          Issue Type: Sub-task
>          Components: sql
>            Reporter: Shenoda Guirguis
>            Priority: Major
>
> a) upon receiving a new event message, check if eventTime is available, and if so copy it to message metadata, to propagate to SamzaSQL layer.
> b) upon converting the event message to SamzaSQLRelMessage, assign current-time to be the event's arrival time (in the message metadata)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)