[
https://issues.apache.org/jira/browse/BEAM-11998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17418762#comment-17418762
]
Chamikara Madhusanka Jayalath edited comment on BEAM-11998 at 9/22/21, 6:30 PM:
--------------------------------------------------------------------------------
In general, yes. This affects portable runners other than Dataflow. There's a
workaround for Flink by starting up an expansion service with the
'use_deprecated_read' experiment.
[https://github.com/apache/beam/commit/0b3100f9478b74f24042f5bc9db7b53b6825a2f2]
What runner are you trying to use ?
was (Author: chamikara):
In general, yes. This affects portable runners other than Dataflow. There's a
workaround for Flink by starting up an expansion service with the
'use_deprecated_read' experiment. What runner are you trying to use ?
> Portable runners should be able to issue checkpoints to Splittable DoFn
> -----------------------------------------------------------------------
>
> Key: BEAM-11998
> URL: https://issues.apache.org/jira/browse/BEAM-11998
> Project: Beam
> Issue Type: New Feature
> Components: cross-language, runner-flink, runner-spark
> Reporter: Boyuan Zhang
> Priority: P2
> Attachments: read.png
>
>
> To execute unbounded Splittable DoFn over fnapi in streaming mode properly,
> portable runners should issue split(ProcessBundleSplitRequest with
> fraction_of_remainder > 0) or simply checkpoint(ProcessBundleSplitRequest
> with fraction_of_remainder == 0) to SDK regularly to make current bundle
> finished processing instead of running forever.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)