You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/05 10:12:48 UTC

[GitHub] [flink] tillrohrmann commented on a change in pull request #14553: [FLINK-20846] Decouple checkpoint services and CheckpointCoordinator

tillrohrmann commented on a change in pull request #14553:
URL: https://github.com/apache/flink/pull/14553#discussion_r551836428



##########
File path: flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphDeploymentTest.java
##########
@@ -742,25 +731,11 @@ private ExecutionGraph createExecutionGraph(Configuration configuration) throws
                                 0),
                         null));
 
-        final Time timeout = Time.seconds(10L);
-        return ExecutionGraphBuilder.buildGraph(
-                null,
-                jobGraph,
-                configuration,
-                executor,
-                executor,
-                new ProgrammedSlotProvider(1),

Review comment:
       Oh yes, good catch. I'll remove it :-)




----------------------------------------------------------------
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