[
https://issues.apache.org/jira/browse/BEAM-7112?focusedWorklogId=230483&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-230483
]
ASF GitHub Bot logged work on BEAM-7112:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Apr/19 22:17
Start Date: 20/Apr/19 22:17
Worklog Time Spent: 10m
Work Description: tweise commented on issue #8351: [BEAM-7112] [flink]
Defer state cleanup till bundle completion
URL: https://github.com/apache/beam/pull/8351#issuecomment-485184090
The state keys need to be encoded as NESTED currently. My attempt to use the
ByteString directly caused the checkpoint failure. I reverted that and instead
also encode the state key of cleanup timer NESTED. We should look into
eliminating the redundant key encoding.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 230483)
Time Spent: 3h (was: 2h 50m)
> State cleanup interferes with user timer callback
> -------------------------------------------------
>
> Key: BEAM-7112
> URL: https://issues.apache.org/jira/browse/BEAM-7112
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Affects Versions: 2.12.0
> Reporter: Thomas Weise
> Assignee: Thomas Weise
> Priority: Major
> Labels: portability-flink
> Time Spent: 3h
> Remaining Estimate: 0h
>
> Cleanup timers and user timers are fired at the watermark. Processing of
> timers in the SDK worker is asynchronous, so it is possible that the state is
> already removed when the user timer callback executes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)