[ 
https://issues.apache.org/jira/browse/BEAM-9265?focusedWorklogId=387603&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-387603
 ]

ASF GitHub Bot logged work on BEAM-9265:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Feb/20 18:38
            Start Date: 14/Feb/20 18:38
    Worklog Time Spent: 10m 
      Work Description: je-ik commented on issue #10795: [BEAM-9265] 
@RequiresTimeSortedInput respects allowedLateness
URL: https://github.com/apache/beam/pull/10795#issuecomment-586416006
 
 
   retest this please
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 387603)
    Time Spent: 3h 40m  (was: 3.5h)

> @RequiresTimeSortedInput does not respect allowedLateness
> ---------------------------------------------------------
>
>                 Key: BEAM-9265
>                 URL: https://issues.apache.org/jira/browse/BEAM-9265
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>    Affects Versions: 2.20.0
>            Reporter: Jan Lukavský
>            Assignee: Jan Lukavský
>            Priority: Major
>             Fix For: 2.20.0
>
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> Currently, @RequiresTimeSortedInput drops data with respect to 
> allowedLateness, but timers are triggered without respecting it. We have to:
>  - drop data that is too late (after allowedLateness)
>  - setup timer for _minTimestamp + allowedLateness_
>  -  hold output watermark at _minTimestamp_



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to