[
https://issues.apache.org/jira/browse/BEAM-9299?focusedWorklogId=394959&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-394959
]
ASF GitHub Bot logged work on BEAM-9299:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Feb/20 15:38
Start Date: 28/Feb/20 15:38
Worklog Time Spent: 10m
Work Description: mxm commented on pull request #10850: [BEAM-9299]
Upgrade Flink Runner from 1.8.2 to 1.8.3
URL: https://github.com/apache/beam/pull/10850#discussion_r385764602
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java
##########
@@ -311,78 +306,4 @@ private static void applyLatencyTrackingInterval(
long latencyTrackingInterval = options.getLatencyTrackingInterval();
config.setLatencyTrackingInterval(latencyTrackingInterval);
}
-
- /**
- * Remote stream environment that supports job execution with restore from
savepoint.
- *
- * <p>This class can be removed once Flink provides this functionality.
- *
- * <p>TODO: https://issues.apache.org/jira/browse/BEAM-5396
- */
- private static class BeamFlinkRemoteStreamEnvironment extends
RemoteStreamEnvironment {
Review comment:
We cannot remove this until we remove 1.7 support.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 394959)
Time Spent: 1.5h (was: 1h 20m)
> Upgrade Flink Runner to 1.8.3 and 1.9.2
> ---------------------------------------
>
> Key: BEAM-9299
> URL: https://issues.apache.org/jira/browse/BEAM-9299
> Project: Beam
> Issue Type: Task
> Components: runner-flink
> Reporter: sunjincheng
> Assignee: sunjincheng
> Priority: Major
> Fix For: 2.21.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> I would like to Upgrade Flink Runner to 18.3 and 1.9.2 due to both the Apache
> Flink 1.8.3 and Apache Flink 1.9.2 have been released [1].
> What do you think?
> [1] https://dist.apache.org/repos/dist/release/flink/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)