You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/02/28 15:38:00 UTC

[GitHub] [beam] mxm commented on a change in pull request #10850: [BEAM-9299] Upgrade Flink Runner from 1.8.2 to 1.8.3

mxm commented on a change in 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:
users@infra.apache.org


With regards,
Apache Git Services