You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 23:47:49 UTC

[GitHub] [beam] kennknowles opened a new issue, #19341: Use Flink 1.6/1.7 prepareSnapshotPreBarrier to replace BufferedOutputManager

kennknowles opened a new issue, #19341:
URL: https://github.com/apache/beam/issues/19341

   Flink 1.6/1.7 provides a hook to execute an action before the snapshot barrier is emitted by the operator. At the moment (<=1.5) the Flink Runner has to buffer any elements which are emitted during a snapshot because the barrier has already been emitted. This leads to a lot of code complexity.
   
   We can remove the buffering in favor of finishing the current bundle in `DoFnOperator`'s `prepareSnapshotPreBarrier`. The 1.5/1.6/1.7 build setup poses a challenge to do that in a way that does not lead to much code duplication.
   
   Imported from Jira [BEAM-6733](https://issues.apache.org/jira/browse/BEAM-6733). Original Jira may contain additional context.
   Reported by: mxm.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #19341: Use Flink 1.6/1.7 prepareSnapshotPreBarrier to replace BufferedOutputManager

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #19341:
URL: https://github.com/apache/beam/issues/19341#issuecomment-1257334606

   .close-issue not_planned


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] closed issue #19341: Use Flink 1.6/1.7 prepareSnapshotPreBarrier to replace BufferedOutputManager

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #19341: Use Flink 1.6/1.7 prepareSnapshotPreBarrier to replace BufferedOutputManager
URL: https://github.com/apache/beam/issues/19341


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org