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

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

                Author: ASF GitHub Bot
            Created on: 29/Dec/18 11:47
            Start Date: 29/Dec/18 11:47
    Worklog Time Spent: 10m 
      Work Description: mxm commented on issue #7359: [BEAM-4681] Address 
synchronization issue for portable timers
URL: https://github.com/apache/beam/pull/7359#issuecomment-450487164
 
 
   >Out of curiosity, how did you discover this issue? Might be worth to add a 
comment to the JIRA ticket.
   
   I found the issue while writing the test for #7362. The test solely uses 
timers in the first operator, without any state requests. The state requests 
would otherwise initialize the state backend key which is required for keying 
the pending timers map state. I got a "key not initalized" error. In cases with 
a key initialized by the state requests, this would have caused pending timers 
to be associated with the wrong key which would have led to problems deleting / 
resetting them.
   
   Adding this also to the JIRA.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 179679)
    Time Spent: 26h 10m  (was: 26h)

> Integrate support for timers using the portability APIs into Flink
> ------------------------------------------------------------------
>
>                 Key: BEAM-4681
>                 URL: https://issues.apache.org/jira/browse/BEAM-4681
>             Project: Beam
>          Issue Type: Sub-task
>          Components: runner-flink
>            Reporter: Luke Cwik
>            Assignee: Maximilian Michels
>            Priority: Major
>              Labels: portability, portability-flink
>             Fix For: 2.9.0
>
>          Time Spent: 26h 10m
>  Remaining Estimate: 0h
>
> Consider using the code produced in BEAM-4658 to support timers.



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

Reply via email to