damccorm opened a new issue, #20979: URL: https://github.com/apache/beam/issues/20979
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. Imported from Jira [BEAM-11998](https://issues.apache.org/jira/browse/BEAM-11998). Original Jira may contain additional context. Reported by: boyuanz. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
