[ https://issues.apache.org/jira/browse/BEAM-6733?focusedWorklogId=433755&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-433755 ]
ASF GitHub Bot logged work on BEAM-6733: ---------------------------------------- Author: ASF GitHub Bot Created on: 15/May/20 16:19 Start Date: 15/May/20 16:19 Worklog Time Spent: 10m Work Description: mxm commented on pull request #11678: URL: https://github.com/apache/beam/pull/11678#issuecomment-629351722 Run Python Load Tests ParDo Flink Streaming ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 433755) Time Spent: 3h 50m (was: 3h 40m) > Use Flink 1.6/1.7 prepareSnapshotPreBarrier to replace BufferedOutputManager > ---------------------------------------------------------------------------- > > Key: BEAM-6733 > URL: https://issues.apache.org/jira/browse/BEAM-6733 > Project: Beam > Issue Type: Improvement > Components: runner-flink > Reporter: Maximilian Michels > Assignee: Maximilian Michels > Priority: Minor > Time Spent: 3h 50m > Remaining Estimate: 0h > > 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. -- This message was sent by Atlassian Jira (v8.3.4#803005)