[
https://issues.apache.org/jira/browse/BEAM-2918?focusedWorklogId=157589&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-157589
]
ASF GitHub Bot logged work on BEAM-2918:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Oct/18 14:51
Start Date: 23/Oct/18 14:51
Worklog Time Spent: 10m
Work Description: mxm commented on issue #6726: [BEAM-2918] Add state
support for streaming in portable FlinkRunner
URL: https://github.com/apache/beam/pull/6726#issuecomment-432279737
Update: The current implementation doesn't work for bundle sizes > 1 because
it uses Flink's keyed state which is only set correctly during processing a
single (keyed) element. Once we produce a bundle, the state requests don't go
to the correct key anymore.
Since processing elements synchronous with the SDK harness will not be an
option, we need to come up with an approach which supports asynchronous
processing with state requests.
This only affects this PR and not #6740.
----------------------------------------------------------------
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: 157589)
Time Spent: 7h 50m (was: 7h 40m)
> Flink support for portable user state
> -------------------------------------
>
> Key: BEAM-2918
> URL: https://issues.apache.org/jira/browse/BEAM-2918
> Project: Beam
> Issue Type: Sub-task
> Components: runner-flink
> Reporter: Henning Rohde
> Assignee: Maximilian Michels
> Priority: Minor
> Labels: portability
> Time Spent: 7h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)